Squirrel.Windows 1.6.0
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)