From 435c27f3172a850de25a34582a4bb77465cab5f0 Mon Sep 17 00:00:00 2001 From: Mayyhem Date: Mon, 16 Sep 2024 10:55:04 -0400 Subject: [PATCH] Update release notes/version --- Properties/AssemblyInfo.cs | 4 ++-- RELEASE_NOTES.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 287d903..2825a3f 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ // Minor Version // Revision // -[assembly: AssemblyVersion("2.0.11")] -[assembly: AssemblyFileVersion("2.0.11")] +[assembly: AssemblyVersion("2.0.12")] +[assembly: AssemblyFileVersion("2.0.12")] diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 065b211..71b7a96 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # SharpSCCM Release Notes +### Version 2.0.12 (September 16, 2024) +##### Changes +- Fixed case matching issue in exec command + ### Version 2.0.11 (July 3, 2024) ##### Changes - Added working directory to exec command