Skip to content

Commit 22d03b9

Browse files
committed
Update version to 14.17.0 in Directory.Build.props
The version number in the `Directory.Build.props` file has been updated. Specifically, the `<Version>` element has been changed from `14.17.0-rc.1` to `14.17.0`, indicating that the release candidate version has been updated to the final release version.
1 parent 7d3b509 commit 22d03b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<Copyright>(C) 2025 edi.wang@outlook.com</Copyright>
66
<AssemblyVersion>14.17.0</AssemblyVersion>
77
<FileVersion>14.17.0</FileVersion>
8-
<Version>14.17.0-rc.1</Version>
8+
<Version>14.17.0</Version>
99
</PropertyGroup>
1010
</Project>

0 commit comments

Comments
 (0)