Skip to content

Squirrel.Windows 1.6.0

Compare
Choose a tag to compare
@anaisbetts anaisbetts released this 01 May 20:47
· 295 commits to develop since this release

What's New

.NET Framework version requirements can now be specified (#940)

--releasify can now specify which version of the .NET Framework that Setup will require during initial install.

Squirrel --releasify --framework-version net462 ./myfile.nupkg

Thanks @NeilSorensen!

Bug Fixes:

  • VS2015 Code Analysis Cleanups (#961, thanks @shoelzer)
  • Fix version parse exception in HandleEvents (#955, thanks @CodeFunta)
  • Ensure a console is allocated during Releasify (#948, thanks @BillHally)
  • Fix issue where SyncReleases doesn't work with TLS 1.2 (#949, thanks @TakeN0)