BUGFIX: Fixed dotnetcore integration:
Paket now properly understands runtime and reference assemblies
Paket now understands the runtime graph and restores runtime dependencies
New API InstallModel.GetRuntimeAssemblies
and InstallModel.GetRuntimeLibraries
can be used to retrieve the correct assets for a particular RID and TFM
New command paket generate-nuspec
BUGFIX: Paket now accepts multiple nuspec files in fix-nuspec - #2296
BUGFIX: Improved C++ support
BUGFIX: Fixed bug with ignored argument of getPackageDetails - #2293
BUGFIX: HTTP dependency - strip query string to detect a file name - #2295
BUGFIX: Proper encoding "+" in package download url - #2288
BUGFIX: Paket failed when group is removed (or renamed) - #2281
BUGFIX: Filter .targets / .props earlier - #2286
BREAKING CHANGE: Paket.PowerShell is no longer supported
BREAKING CHANGE: InstallModel
API changed and Paket.Core.dll users might need to adapt
USABILITY: Don't let build continue when paket failed - #2302