From 293ee5d1398d9fe0fd1df720c0eac640d3b78112 Mon Sep 17 00:00:00 2001 From: Edi Wang Date: Mon, 25 Nov 2024 09:06:46 +0800 Subject: [PATCH] Update version to 14.14.0 in Directory.Build.props The version number in the `Directory.Build.props` file has been updated. Specifically, the `` element has been changed from `14.14.0-rc.1` to `14.14.0`, indicating that the release candidate version has been updated to the final release version. --- src/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 1aec49811..311dbd10e 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -5,6 +5,6 @@ (C) 2024 edi.wang@outlook.com 14.14.0 14.14.0 - 14.14.0-rc.1 + 14.14.0 \ No newline at end of file