Skip to content

Commit

Permalink
Updated version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayyhem committed Jan 29, 2024
1 parent b424f82 commit f34d2e5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
4 changes: 2 additions & 2 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
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.3")]
[assembly: AssemblyFileVersion("2.0.3")]
[assembly: AssemblyVersion("2.0.4")]
[assembly: AssemblyFileVersion("2.0.4")]
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 3 additions & 0 deletions SharpSCCM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
<None Include="PULL_REQUEST_TEMPLATE.md" />
<None Include="README.md" />
<None Include="RELEASE_NOTES.md" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.7.2">
Expand Down

0 comments on commit f34d2e5

Please sign in to comment.