dotnet / upgrade-assistant

A tool to assist developers in upgrading .NET Framework applications to .NET 6 and beyond
MIT License
1.11k stars 163 forks source link

Timestamp NuGet packages #1576

Closed jstedfast closed 4 months ago

jstedfast commented 4 months ago

Several people have been bitten while testing the UpgradeAssistant with local builds of the Mappings nuget package because every build produces the same versioned package and if they forget to delete the cached version in the NuGet cache directory, then their changes will appear to not take affect because UA is using an old version of their changes.

Also modified the Nerdbank.GitVersioning version.json file to use a base of "1.0" instead of "1.0.0".