This release is designed to be a "cleanup" release that we can use as a solid foundation to build on. We've cleared the backlog of PRs and resolved several issues. Two changes of note:
- The minimum required SDK version is now .NET 8
- The
RepositoryBranch
logic introduced in v1.2.4 has been refactored to align with the values provided by Source Link in .NET 9
Removals
- Bump required SDK to 8+ and remove fixed issues by @MattKotsenas in #52
What's changed
- Align RepositoryBranch logic with .NET 9 by @MattKotsenas in #50
Tidying up
- Clean up README and add status badges by @MattKotsenas in #41
- fix References link by @bergren2 in #38
- Migrate from SignClient to
sign
tool and specify SDK in global.json by @MattKotsenas in #43 - Add tests for package by @MattKotsenas in #47
- Add CODEOWNERS by @MattKotsenas in #48
- Add test cases for detecting CI environments and setting ContinuousIntegrationBuild by @MattKotsenas in #49
- Shorten up the DotNet.ReproducibleBuilds package props file. by @AraHaan in #11
New Contributors
Full Changelog: v1.2.4...v1.2.25