From c19407f224e5582fcb51a406985867b2e5043245 Mon Sep 17 00:00:00 2001 From: Edi Wang Date: Mon, 16 Dec 2024 07:44:58 +0800 Subject: [PATCH] Update version to 14.15.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.15.0-rc.1` to `14.15.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 5134b7157..c89cbced2 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -5,6 +5,6 @@ (C) 2024 edi.wang@outlook.com 14.15.0 14.15.0 - 14.15.0-rc.1 + 14.15.0 \ No newline at end of file