Skip to content

Commit

Permalink
Bump version to 8.0.8
Browse files Browse the repository at this point in the history
And bump dependencies
  • Loading branch information
roji committed Sep 26, 2024
1 parent aec0d1f commit d856230
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>8.0.5</VersionPrefix>
<VersionPrefix>8.0.8</VersionPrefix>
<LangVersion>preview</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AnalysisLevel>latest</AnalysisLevel>
Expand All @@ -12,7 +12,7 @@
<ImplicitUsings>true</ImplicitUsings>
<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>8.0.4</EFCoreVersion>
<EFCoreVersion>8.0.8</EFCoreVersion>
<MicrosoftExtensionsVersion>8.0.0</MicrosoftExtensionsVersion>
<NpgsqlVersion>8.0.3</NpgsqlVersion>
<NpgsqlVersion>8.0.4</NpgsqlVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d856230

Please sign in to comment.