Skip to content

Commit

Permalink
update package
Browse files Browse the repository at this point in the history
  • Loading branch information
SeferMirza committed Nov 6, 2023
1 parent 5fabeb1 commit 9eec2f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<Project>

<PropertyGroup>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>

<ItemGroup>
<PackageVersion Include="coverlet.collector" Version="6.0.0" />
<PackageVersion Include="FluentNHibernate" Version="3.3.0" />
Expand All @@ -15,12 +13,11 @@
<PackageVersion Include="Moq" Version="4.20.69" />
<PackageVersion Include="MySql.Data" Version="8.2.0" />
<PackageVersion Include="NHibernate" Version="5.4.6" />
<PackageVersion Include="NUnit" Version="3.13.3" />
<PackageVersion Include="NUnit" Version="3.14.0" />
<PackageVersion Include="NUnit3TestAdapter" Version="4.5.0" />
<PackageVersion Include="Shouldly" Version="4.2.1" />
<PackageVersion Include="StyleCop.Analyzers.Unstable" Version="1.2.0.507" />
<PackageVersion Include="StyleCop.Analyzers.Unstable" Version="1.2.0.507" />
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.5.0" />
<PackageVersion Include="System.Data.SQLite" Version="1.0.118" />
</ItemGroup>

</Project>
</Project>
1 change: 1 addition & 0 deletions docs/release-notes/v0-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Visit [Regular expressions][] for more details.
| Microsoft.Extensions.Configuration.Binder | 6.0.0 | 7.0.4 |
| Moq | 4.18.4 | 4.20.69 |
| MySql.Data | 8.1.0 | 8.2.0 |
| NUnit | 3.13.3 | 3.14.0 |

[Central Package Management]: https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-7#central-package-management
[Regular expressions]: https://learn.microsoft.com/en-us/dotnet/core/whats-new/dotnet-7#regular-expressions

0 comments on commit 9eec2f1

Please sign in to comment.