Skip to content

Commit

Permalink
Incrementing version and adding release details
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayyhem committed Oct 26, 2023
1 parent 955817a commit b3054a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit b3054a6

Please sign in to comment.