windows-installer icon indicating copy to clipboard operation
windows-installer copied to clipboard

feat: update nuget version

Open froz-ilya opened this issue 1 year ago • 3 comments

Changes:

  • Updated version nuget.exe to 6.8.0

Reasons: Current version nuget.exe -- 2.8.5 It means, you can't use Semver 2.0.0, because SemVer 2.0.0 is supported since NuGet version 3.4.0

References:

  • https://learn.microsoft.com/en-us/nuget/concepts/package-versioning

froz-ilya avatar Nov 17 '23 07:11 froz-ilya

This will not enable SemVer 2.0 in Squirrel.Windows, additional work in Squirrel needs to be done for that.

anaisbetts avatar Nov 17 '23 10:11 anaisbetts

Last nuget version will fix an issue with building on Linux like https://github.com/electron/windows-installer/issues/218

starsolaris avatar Jan 21 '24 19:01 starsolaris

Updating nugget also fixes issue https://github.com/electron/windows-installer/issues/308

Bug-Reaper avatar Aug 03 '24 04:08 Bug-Reaper