From 67e099c02e877ec20bdbe5c88cd7265b29d357c2 Mon Sep 17 00:00:00 2001 From: Edi Wang Date: Sun, 10 Nov 2024 12:27:45 +0800 Subject: [PATCH] Update version to 14.13.0-rc.1 Updated the project version in `Directory.Build.props` from `14.13.0-beta.1` to `14.13.0-rc.1`. This change marks the transition from a beta release to a release candidate, indicating increased stability and feature completeness as the project approaches its final release. --- 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 ca5e6ef35..1c70ec9c5 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -5,6 +5,6 @@ (C) 2024 edi.wang@outlook.com 14.13.0 14.13.0 - 14.13.0-beta.1 + 14.13.0-rc.1 \ No newline at end of file