Skip to content

Commit

Permalink
Bump version to 8.0.4
Browse files Browse the repository at this point in the history
Depend on Npgsql 8.0.3
  • Loading branch information
roji committed May 11, 2024
1 parent f280bb7 commit 1bb7d99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>8.0.3</VersionPrefix>
<VersionPrefix>8.0.4</VersionPrefix>
<LangVersion>preview</LangVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<AnalysisLevel>latest</AnalysisLevel>
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.2</EFCoreVersion>
<EFCoreVersion>8.0.4</EFCoreVersion>
<MicrosoftExtensionsVersion>8.0.0</MicrosoftExtensionsVersion>
<NpgsqlVersion>8.0.2</NpgsqlVersion>
<NpgsqlVersion>8.0.3</NpgsqlVersion>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 1bb7d99

Please sign in to comment.