Skip to content

0.3.0-alpha012

Compare
Choose a tag to compare
@forki forki released this 25 Sep 10:10
· 11784 commits to master since this release

New command: paket add [--interactive] - http://fsprojects.github.io/Paket/paket-add.html
New command: paket simplify - http://fsprojects.github.io/Paket/paket-simplify.html
Better Visual Studio integration by using paket.targets file - http://fsprojects.github.io/Paket/paket-init-auto-restore.html
Support for NuGet prereleases - http://fsprojects.github.io/Paket/nuget-dependencies.html#PreReleases
Support for private NuGet feeds - http://fsprojects.github.io/Paket/nuget-dependencies.html#NuGet-feeds
New NuGet package version constraints - http://fsprojects.github.io/Paket/nuget-dependencies.html#Further-version-constraints
Respect case sensitivity for package paths for Linux - #137
Improved convert-from-nuget command - http://fsprojects.github.io/Paket/convert-from-nuget.html
New paket.bootstrapper.exe (7KB) allows to download paket.exe from github.com - http://fsprojects.github.io/Paket/paket-init-auto-restore.html
New package resolver algorithm
Better verbose mode - use -v flag
Version info is shown at paket.exe start
paket.lock file is sorted alphabetical (case-insensitive)
Linked source files now all go underneath a "paket-files" folder.
BUGFIX: Ensure the NuGet cache folder exists
BUGFIX: Async download fixed on mono