Skip to content

Commit

Permalink
Bump version to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roji committed Nov 9, 2022
1 parent 8f46577 commit 7f07dcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<EFCoreVersion>7.0.0</EFCoreVersion>
<EFCoreVersion>[7.0.0,8.0.0)</EFCoreVersion>
<MicrosoftExtensionsVersion>7.0.0</MicrosoftExtensionsVersion>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion EFCore.NamingConventions/EFCore.NamingConventions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<VersionPrefix>7.0.0-rc.2</VersionPrefix>
<VersionPrefix>7.0.0</VersionPrefix>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>../EFCore.NamingConventions.snk</AssemblyOriginatorKeyFile>
Expand Down

0 comments on commit 7f07dcc

Please sign in to comment.