Skip to content

Commit

Permalink
Updated NuGet packages and bumped version to .105
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrob authored and ryanheath committed Sep 16, 2024
1 parent b906e26 commit 371e7eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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.104</Version>
<Version>6.0.105</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.11" />
<PackageReference Include="RavenDB.Client" Version="6.0.104" />
<PackageReference Include="NodaTime" Version="3.1.12" />
<PackageReference Include="RavenDB.Client" Version="6.0.105" />
</ItemGroup>
</Project>
6 changes: 3 additions & 3 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.104</Version>
<Version>6.0.105</Version>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NodaTime" Version="3.1.11" />
<PackageReference Include="RavenDB.Client" Version="6.0.104" />
<PackageReference Include="NodaTime" Version="3.1.12" />
<PackageReference Include="RavenDB.Client" Version="6.0.105" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\LICENSE.txt" Pack="true" PackagePath="$(PackageLicenseFile)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<ProjectReference Include="..\..\src\Raven.Client.NodaTime\Raven.Client.NodaTime.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="RavenDB.TestDriver" Version="6.0.104" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="RavenDB.TestDriver" Version="6.0.105" />
<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 371e7eb

Please sign in to comment.