diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index f2c3655..049fca9 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ // Minor Version // Revision // -[assembly: AssemblyVersion("2.0.1")] -[assembly: AssemblyFileVersion("2.0.1")] +[assembly: AssemblyVersion("2.0.2")] +[assembly: AssemblyFileVersion("2.0.2")] diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d50f041..e1066fe 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,11 @@ # SharpSCCM Release Notes +### Version 2.0.2 (October 26, 2023) +##### Changes +- Replaced ILMerge with dnMerge for Release builds, merged size down to ~1MB +- Updated variable, option, and class names and descriptions to reflect the correct SCCM site system roles +- Added --wait-time option to allow the user to wait for exec propogation longer before cleanup in large environments + ### Version 2.0.1 (May 24, 2023) ##### New Commands - invoke admin-service (CMPivot queries)