dotnet / reproducible-builds

Contains the DotNet.ReproducibleBuilds package
MIT License
168 stars 18 forks source link

Replace packaging of Dotnet.ReproducibleBuilds via nuget in favor of dotnet pack #36

Closed baronfel closed 3 months ago

baronfel commented 3 months ago

On my local machine the nuget pack invocation was throwing, so I converted all packaging to rely on native dotnet pack features.

Before: image After: image

Before: image

After: image

The layouts, descriptions, transitive package dependencies, etc are the same. Bonuses of this change include onboarding to SPDX License expressions and linking READMEs.

baronfel commented 3 months ago

I also added release notes in the packages in preparation for another release.