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 a78e2f1
Show file tree
Hide file tree
Showing 3 changed files with 5 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
2 changes: 2 additions & 0 deletions src/EFCore.PG/Storage/Internal/NpgsqlTypeMappingSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ public virtual void LoadUserDefinedTypeMappings(
NpgsqlDataSource? dataSource)
=> SetupEnumMappings(sqlGenerationHelper, dataSource);

#pragma warning disable NPG9001
/// <summary>
/// Gets all global enum mappings from the ADO.NET layer and creates mappings for them
/// </summary>
Expand Down Expand Up @@ -407,6 +408,7 @@ is PropertyInfo globalEnumTypeMappingsProperty
}
}
}
#pragma warning restore NPG9001

/// <summary>
/// This is an internal API that supports the Entity Framework Core infrastructure and not subject to
Expand Down

0 comments on commit a78e2f1

Please sign in to comment.