diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index a7e2596..2431c25 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -10,7 +10,7 @@ Please summarize the change, which issue is fixed, and any dependencies required ### Testing -Please describe the tests that you ran using the ILMerged binary (SharpSCCM_merged.exe)to verify your changes and confirm that no regressions were introduced and describe the results you observed. Provide instructions so we can reproduce and list any relevant details for your test configuration. +Please describe the tests that you ran using the ILMerged/DLMerged binary (SharpSCCM_merged.exe) to verify your changes and confirm that no regressions were introduced and describe the results you observed. Provide instructions so we can reproduce and list any relevant details for your test configuration. - Test A - Test B @@ -23,5 +23,5 @@ Please describe the tests that you ran using the ILMerged binary (SharpSCCM_merg - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have incremented the build/revision number in https://github.com/Mayyhem/SharpSCCM/blob/main/Properties/AssemblyInfo.cs -- [ ] I have made corresponding changes to the documentation +- [ ] I have made corresponding changes to the Wiki and RELEASE_NOTES.md - [ ] I have added unit tests that prove my fix is effective or that my feature works diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 65c223c..f5773ba 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -27,5 +27,5 @@ // Minor Version // Revision // -[assembly: AssemblyVersion("2.0.3")] -[assembly: AssemblyFileVersion("2.0.3")] +[assembly: AssemblyVersion("2.0.4")] +[assembly: AssemblyFileVersion("2.0.4")] diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index dc92463..1fc0b4d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # SharpSCCM Release Notes +### Version 2.0.4 (January 29, 2024) +##### Changes +- Fixed issue 39 + ### Version 2.0.3 (November 7, 2023) ##### Changes - Fixed SCCM site system role name diff --git a/SharpSCCM.csproj b/SharpSCCM.csproj index 780e0d9..fbb5c49 100644 --- a/SharpSCCM.csproj +++ b/SharpSCCM.csproj @@ -146,6 +146,9 @@ + + +