Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
etrange02 committed Apr 24, 2024
1 parent ea64cf1 commit b64fae2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Ivet.Model/Ivet.Model.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Authors>david.lecoconnier</Authors>
<Version>1.2.0</Version>
<Version>1.3.0</Version>
<Title>Ivet.Model</Title>
<PackageProjectUrl>https://github.com/etrange02/Ivet</PackageProjectUrl>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
Expand Down
6 changes: 3 additions & 3 deletions Ivet.Tests/Ivet.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Moq" Version="4.20.70" />
<PackageReference Include="xunit" Version="2.7.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.7">
<PackageReference Include="xunit" Version="2.7.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="coverlet.collector" Version="6.0.1">
<PackageReference Include="coverlet.collector" Version="6.0.2">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
8 changes: 4 additions & 4 deletions Ivet/Ivet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageProjectUrl>https://github.com/etrange02/Ivet</PackageProjectUrl>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
<PackageLicenseExpression>CECILL-B</PackageLicenseExpression>
<Version>1.2.0</Version>
<Version>1.3.0</Version>
<Authors>david.lecoconnier</Authors>
<PackageReleaseNotes>* Allow only json files
* Exram.Gremlinq 12.2.1 dependecy update</PackageReleaseNotes>
Expand All @@ -30,9 +30,9 @@
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="ConsoleTables" Version="2.6.1" />
<PackageReference Include="CsvHelper" Version="31.0.2" />
<PackageReference Include="ExRam.Gremlinq.Providers.JanusGraph" Version="12.2.1" />
<PackageReference Include="ExRam.Gremlinq.Support.NewtonsoftJson" Version="12.2.1" />
<PackageReference Include="CsvHelper" Version="31.0.4" />
<PackageReference Include="ExRam.Gremlinq.Providers.JanusGraph" Version="12.6.1" />
<PackageReference Include="ExRam.Gremlinq.Support.NewtonsoftJson" Version="12.6.1" />
<PackageReference Include="JanusGraph.Net" Version="1.0.0" />
</ItemGroup>

Expand Down

0 comments on commit b64fae2

Please sign in to comment.