Skip to content

Commit

Permalink
Bump version to 6.0.29 and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed May 11, 2024
1 parent f8a72da commit 1cc46a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>6.0.23</VersionPrefix>
<VersionPrefix>6.0.29</VersionPrefix>
<TargetFramework>net6.0</TargetFramework>
<LangVersion>latest</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand All @@ -15,7 +15,7 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
<GenerateDocumentationFile>true</GenerateDocumentationFile>

<Copyright>Copyright 2023 © The Npgsql Development Team</Copyright>
<Copyright>Copyright 2024 © The Npgsql Development Team</Copyright>
<Company>Npgsql</Company>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageLicenseExpression>PostgreSQL</PackageLicenseExpression>
Expand Down
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<PropertyGroup>
<EFCoreVersion>6.0.22</EFCoreVersion>
<EFCoreVersion>6.0.29</EFCoreVersion>
<MicrosoftExtensionsVersion>6.0.0</MicrosoftExtensionsVersion>
<NpgsqlVersion>6.0.10</NpgsqlVersion>
<NpgsqlVersion>6.0.11</NpgsqlVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1cc46a0

Please sign in to comment.