Skip to content

Commit

Permalink
Merge pull request #104 from urfnet/update-mongo
Browse files Browse the repository at this point in the history
Update to Strongly Named MongoDB Driver Version 2.28
  • Loading branch information
tonysneed authored Sep 18, 2024
2 parents 6487b0a + 91c5e82 commit 56eb74e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion URF.Core.Mongo.Tests/URF.Core.Mongo.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
<PackageReference Include="Mongo2Go" Version="3.1.3" />
<PackageReference Include="MongoDB.Driver" Version="2.22.0" />
<PackageReference Include="MongoDB.Driver" Version="2.28.0" />
<PackageReference Include="xunit" Version="2.9.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
<PrivateAssets>all</PrivateAssets>
Expand Down
6 changes: 3 additions & 3 deletions URF.Core.Mongo/URF.Core.Mongo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<LangVersion>latest</LangVersion>
<Version>8.0.0</Version>
<Version>8.2.28</Version>
<Authors>Long Le, Tony Sneed</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/urfnet/URF.Core</PackageProjectUrl>
<PackageIcon>icon.png</PackageIcon>
<Title>URF - Unit of Work and Repositories Framework for .NET Standard and .NET Core (Official): MongoDb</Title>
<Description>This official URF framework minimizes the surface area of your ORM technlogy from disseminating in your application. Framework provides an elegant way to implement a reusable and extensible Unit of Work and Repository pattern.</Description>
<PackageTags>repository unitofwork patterns</PackageTags>
<PackageReleaseNotes>https://github.com/urfnet/URF.Core/releases/tag/v8.0.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/urfnet/URF.Core/releases/tag/v8.2.28</PackageReleaseNotes>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

Expand All @@ -20,7 +20,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="MongoDB.Driver" Version="2.22.0" />
<PackageReference Include="MongoDB.Driver" Version="2.28.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 56eb74e

Please sign in to comment.