Skip to content

Commit

Permalink
Updated RavenDB packages. Bumped this project version. All unit tests…
Browse files Browse the repository at this point in the history
… pass.
  • Loading branch information
ebrob committed Sep 17, 2024
1 parent 371e7eb commit eb648c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/Raven.Bundles.NodaTime/Raven.Bundles.NodaTime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
<PackageIcon>logo-for-nuget.png</PackageIcon>
<IncludeSource>True</IncludeSource>
<IncludeSymbols>True</IncludeSymbols>
<Version>6.0.105</Version>
<Version>6.0.106</Version>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
<None Include="..\..\logo-for-nuget.png" Pack="true" PackagePath="\" />
<PackageReference Include="NodaTime" Version="3.1.12" />
<PackageReference Include="RavenDB.Client" Version="6.0.105" />
<PackageReference Include="RavenDB.Client" Version="6.0.106" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions src/Raven.Client.NodaTime/Raven.Client.NodaTime.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<PackageIcon>logo-for-nuget.png</PackageIcon>
<IncludeSource>True</IncludeSource>
<IncludeSymbols>True</IncludeSymbols>
<Version>6.0.105</Version>
<Version>6.0.106</Version>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NodaTime" Version="3.1.12" />
<PackageReference Include="RavenDB.Client" Version="6.0.105" />
<PackageReference Include="RavenDB.Client" Version="6.0.106" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="RavenDB.TestDriver" Version="6.0.105" />
<PackageReference Include="RavenDB.TestDriver" Version="6.0.106" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down

0 comments on commit eb648c1

Please sign in to comment.