From bceff03cd1cc5da6159e2ca63b9be042d00cfe41 Mon Sep 17 00:00:00 2001 From: Jordan Wages Date: Tue, 23 Jun 2026 19:13:01 -0500 Subject: [PATCH] Upgrading version number In preparation for v2.0 release. --- src/Core/CSMic.Core.csproj | 2 +- src/StandardLibrary/CSMic.StandardLibrary.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Core/CSMic.Core.csproj b/src/Core/CSMic.Core.csproj index 7cd15b8..fe7468b 100644 --- a/src/Core/CSMic.Core.csproj +++ b/src/Core/CSMic.Core.csproj @@ -7,7 +7,7 @@ enable False CSMic.Core - 2.0.0-beta-06 + 2.0.0 CSMic latest diff --git a/src/StandardLibrary/CSMic.StandardLibrary.csproj b/src/StandardLibrary/CSMic.StandardLibrary.csproj index 16fe721..5a05225 100644 --- a/src/StandardLibrary/CSMic.StandardLibrary.csproj +++ b/src/StandardLibrary/CSMic.StandardLibrary.csproj @@ -6,7 +6,7 @@ CSMic.StandardLibrary enable enable - 2.0.0-beta-06 + 2.0.0 CSMic.StandardLibrary latest