Skip to content

Commit

Permalink
Update version tag to 14.12.0-beta.1
Browse files Browse the repository at this point in the history
Changed the version in `Directory.Build.props` from `14.12.0-preview.2` to `14.12.0-beta.1`, indicating a transition from a preview release to a beta release, signifying increased stability and feature completeness.
  • Loading branch information
EdiWang committed Oct 15, 2024
1 parent 65c721a commit 4ad05bc
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.12.0</AssemblyVersion>
<FileVersion>14.12.0</FileVersion>
<Version>14.12.0-preview.2</Version>
<Version>14.12.0-beta.1</Version>
</PropertyGroup>
</Project>

0 comments on commit 4ad05bc

Please sign in to comment.