Skip to content

Commit 56eb74e

Browse files
authored
Merge pull request #104 from urfnet/update-mongo
Update to Strongly Named MongoDB Driver Version 2.28
2 parents 6487b0a + 91c5e82 commit 56eb74e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

URF.Core.Mongo.Tests/URF.Core.Mongo.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ItemGroup>
1111
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
1212
<PackageReference Include="Mongo2Go" Version="3.1.3" />
13-
<PackageReference Include="MongoDB.Driver" Version="2.22.0" />
13+
<PackageReference Include="MongoDB.Driver" Version="2.28.0" />
1414
<PackageReference Include="xunit" Version="2.9.0" />
1515
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2">
1616
<PrivateAssets>all</PrivateAssets>

URF.Core.Mongo/URF.Core.Mongo.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
55
<LangVersion>latest</LangVersion>
6-
<Version>8.0.0</Version>
6+
<Version>8.2.28</Version>
77
<Authors>Long Le, Tony Sneed</Authors>
88
<PackageLicenseExpression>MIT</PackageLicenseExpression>
99
<PackageProjectUrl>https://github.com/urfnet/URF.Core</PackageProjectUrl>
1010
<PackageIcon>icon.png</PackageIcon>
1111
<Title>URF - Unit of Work and Repositories Framework for .NET Standard and .NET Core (Official): MongoDb</Title>
1212
<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>
1313
<PackageTags>repository unitofwork patterns</PackageTags>
14-
<PackageReleaseNotes>https://github.com/urfnet/URF.Core/releases/tag/v8.0.0</PackageReleaseNotes>
14+
<PackageReleaseNotes>https://github.com/urfnet/URF.Core/releases/tag/v8.2.28</PackageReleaseNotes>
1515
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1616
</PropertyGroup>
1717

@@ -20,7 +20,7 @@
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<PackageReference Include="MongoDB.Driver" Version="2.22.0" />
23+
<PackageReference Include="MongoDB.Driver" Version="2.28.0" />
2424
</ItemGroup>
2525

2626
<ItemGroup>

0 commit comments

Comments
 (0)