Skip to content

Commit

Permalink
Update version tag to 14.13.0-beta.1
Browse files Browse the repository at this point in the history
The version tag in the `Directory.Build.props` file has been updated from `14.13.0-preview` to `14.13.0-beta.1`, indicating a progression from a preview release to a beta release.
  • Loading branch information
EdiWang committed Nov 4, 2024
1 parent 840ad3b commit 07f1f62
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.13.0</AssemblyVersion>
<FileVersion>14.13.0</FileVersion>
<Version>14.13.0-preview</Version>
<Version>14.13.0-beta.1</Version>
</PropertyGroup>
</Project>

0 comments on commit 07f1f62

Please sign in to comment.