Skip to content

Commit

Permalink
Update version to 14.12.0 final release
Browse files Browse the repository at this point in the history
The <Version> element in the Directory.Build.props file has been updated from 14.12.0-rc.1 to 14.12.0. This change signifies that the software has moved from a release candidate to a final release version, indicating it is now stable and ready for general availability.
  • Loading branch information
EdiWang committed Oct 25, 2024
1 parent 0246e61 commit 1cc20e2
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 [email protected]</Copyright>
<AssemblyVersion>14.12.0.0</AssemblyVersion>
<FileVersion>14.12.0.0</FileVersion>
<Version>14.12.0-rc.1</Version>
<Version>14.12.0</Version>
</PropertyGroup>
</Project>

0 comments on commit 1cc20e2

Please sign in to comment.