From c117ebaad15b6df1a4368b654d3968b4d06bddf1 Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Thu, 18 Jul 2024 18:26:56 +0200 Subject: [PATCH] Update ElsaStudioVersion in Directory.Build.props Corrected the ElsaStudioVersion property to match the expected version format, removing the incorrect suffix. This ensures compatibility and proper version tracking in the build process. --- Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Build.props b/Directory.Build.props index 7828ed57c..bd1fda4e9 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -27,6 +27,6 @@ true - 3.2.0-rc3.443 + 3.2.0-rc3 \ No newline at end of file