Skip to content

Commit

Permalink
Update version to 14.9.0-rc.1 in Directory.Build.props
Browse files Browse the repository at this point in the history
Updated the project version from 14.9.0-beta.2 to 14.9.0-rc.1 in the
Directory.Build.props file. This change marks the transition from a
beta release to a release candidate, indicating increased stability
and feature completeness as we approach the final release.
  • Loading branch information
EdiWang committed Sep 15, 2024
1 parent 0cc2e55 commit ec98076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<Copyright>(C) 2024 edi.wang@outlook.com</Copyright>
<AssemblyVersion>14.9.0.0</AssemblyVersion>
<FileVersion>14.9.0.0</FileVersion>
<Version>14.9.0-beta.2</Version>
<Version>14.9.0-rc.1</Version>
</PropertyGroup>
</Project>

0 comments on commit ec98076

Please sign in to comment.