Skip to content

v1.2.4

Compare
Choose a tag to compare
@baronfel baronfel released this 28 Jun 03:27
7ae5c7d

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.