Skip to content

Commit

Permalink
Update NuGet packages
Browse files Browse the repository at this point in the history
- Update MongoDB.Driver to 2.21.0
- Update Microsoft.Extensions.Options to 7.0.1
- Update EventDriven.DependencyInjection.URF.Mongo to 1.2.2
  • Loading branch information
tonysneed committed Sep 10, 2023
1 parent 2198acf commit d34275d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>1.2.2</Version>
<Version>1.2.3</Version>
<Authors>Tony Sneed</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIcon>eda-logo.jpeg</PackageIcon>
Expand All @@ -12,7 +12,7 @@
<RepositoryUrl>https://github.com/event-driven-dotnet/EventDriven.SchemaRegistry.Mongo.git</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageTags>schema-registry event-driven event-driven-architecture</PackageTags>
<PackageReleaseNotes>https://github.com/event-driven-dotnet/EventDriven.SchemaRegistry.Mongo/releases/tag/v1.2.2</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/event-driven-dotnet/EventDriven.SchemaRegistry.Mongo/releases/tag/v1.2.3</PackageReleaseNotes>
<PackageId>EventDriven.SchemaRegistry.Mongo</PackageId>
<RootNamespace>EventDriven.SchemaRegistry.Mongo</RootNamespace>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
Expand All @@ -26,10 +26,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="EventDriven.DependencyInjection.URF.Mongo" Version="1.2.1" />
<PackageReference Include="EventDriven.DependencyInjection.URF.Mongo" Version="1.2.2" />
<PackageReference Include="EventDriven.SchemaRegistry.Abstractions" Version="1.1.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="6.0.0" />
<PackageReference Include="MongoDB.Driver" Version="2.19.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
<PackageReference Include="MongoDB.Driver" Version="2.21.0" />
<PackageReference Include="URF.Core.Mongo" Version="7.0.0" />
</ItemGroup>

Expand Down

0 comments on commit d34275d

Please sign in to comment.