Skip to content

Releases: dotnet/reproducible-builds

v1.2.25

10 Sep 21:30
714df2e
Compare
Choose a tag to compare

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

What's changed

Tidying up

New Contributors

Full Changelog: v1.2.4...v1.2.25

v1.2.4

28 Jun 03:27
7ae5c7d
Compare
Choose a tag to compare

At long last we've have a new release of the DotNet.ReproducibleBuilds and DotNet.ReproducibleBuilds.Isolated packages! We've dusted off the cobwebs and worked through some infrastructure and permissions issues, and now have the ability to reliably release new versions of the packages again. This is due in no small part to the help of our brand new maintainer - welcome to @MattKotsenas! He and I will be working together to develop a plan for this repo going forward, and I'm very excited to welcome him to the maintainer team.

This release has a few new features and one feature removal due to obsoletion.

Additions

  • Set the DisableImplicitLibraryPacks property to true to prevent using packages from the .NET SDK's built-in package sources. #21 (Thanks @cmeeren!)
  • Populate the RepositoryBranch property if other Repository Metadata has been requested to be made public. #27 (Thanks @kzu!)

Removals

  • No longer include the .NET Framework reference assembly packages, because the .NET SDK does this now. #33 (Thanks @MattKotsenas!)

Infrastructure

We have simplified the packaging of the repo to be more straightforward, using dotnet pack as expected these days.