Skip to content

5.0.0-alpha003

Pre-release
Pre-release
Compare
Choose a tag to compare
@forki forki released this 25 May 21:04
· 3996 commits to master since this release

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: Improved C++ support
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: InstallModel API changed and Paket.Core.dll users might need to adapt