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