paket.bootstrapper 5.0.0-beta010

This is a prerelease version of paket.bootstrapper.
There is a newer version of this package available.
See the version list below for details.
dotnet add package paket.bootstrapper --version 5.0.0-beta010
NuGet\Install-Package paket.bootstrapper -Version 5.0.0-beta010
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="paket.bootstrapper" Version="5.0.0-beta010" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add paket.bootstrapper --version 5.0.0-beta010
#r "nuget: paket.bootstrapper, 5.0.0-beta010"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install paket.bootstrapper as a Cake Addin
#addin nuget:?package=paket.bootstrapper&version=5.0.0-beta010&prerelease

// Install paket.bootstrapper as a Cake Tool
#tool nuget:?package=paket.bootstrapper&version=5.0.0-beta010&prerelease

A dependency manager for .NET with support for NuGet packages and git repositories.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
6.0.0-alpha001 433 12/2/2019
5.237.0 2,551 11/25/2019
5.220.0 782 9/30/2019
5.164.0 2,104 5/17/2018
5.141.0 1,220 2/23/2018
5.140.0 972 2/23/2018
5.126.0 1,035 12/12/2017
5.125.5 1,075 12/11/2017
5.125.4 1,043 12/11/2017
5.124.0 972 11/29/2017
5.122.0 970 11/7/2017
5.105.0 981 10/4/2017
5.100.1 924 9/22/2017
5.100.0 898 9/22/2017
5.92.2 947 9/3/2017
5.81.0 996 7/21/2017
5.0.0 1,046 6/16/2017
5.0.0-rc001 771 6/6/2017
5.0.0-beta010 758 6/2/2017
4.7.0 1,062 4/25/2017
4.0.0 1,022 3/15/2017
4.0.0-alpha009 820 10/25/2016
4.0.0-alpha008 837 10/25/2016
3.35.0 1,051 1/30/2017
3.32.0 1,068 1/2/2017
3.27.0 1,078 11/10/2016
3.25.0 1,027 10/28/2016
3.24.0 1,023 10/25/2016
3.24.0-alpha001 756 10/22/2016
3.14.0 1,128 8/22/2016
3.0.0 1,208 6/15/2016
2.62.0 1,192 4/17/2016
2.46.0 1,236 1/19/2016
2.34.0 3,684 12/7/2015
2.31.0 1,198 12/1/2015
2.29.0 1,243 11/27/2015
2.27.0 1,093 11/19/2015
2.4.0 1,155 9/28/2015
1.39.0 1,079 9/8/2015
1.25.0 1,138 8/10/2015
1.11.0 1,108 6/8/2015
1.4.0 1,102 5/8/2015
1.2.2 1,232 4/27/2015
1.2.0 1,260 4/24/2015

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`
New Command: `FixNuspecs` - Can fix a list of nuspec files now
New restriction system (https://github.com/fsprojects/Paket/pull/2336):
Paket is now more accurate in calculating restrictions and referencing libraries
Paket will convert (lock-)files to a new syntax (but still understands the old syntax), we might revert this within the beta phase
This should fix a bunch of edge cases and invalid behavior in combination with portable profiles and netstandard
Add support for net403 (required for some portable profiles)
PERFORMANCE: Improved performance by pre-loading requests (https://github.com/fsprojects/Paket/pull/2336)
PERFORMANCE: Report performance in a more detailed way (https://github.com/fsprojects/Paket/pull/2336)
BREAKING CHANGE: Paket simplify no longer support simplifying restrictions (https://github.com/fsprojects/Paket/pull/2336)
BREAKING CHANGE: Paket.PowerShell is no longer supported
BREAKING CHANGE: `InstallModel` API changed and Paket.Core.dll users might need to adapt
DEPRECATED: `FixNuspec` function is now obsolete, use `FixNuspecs` instead
PERFORMANCE: Improved performance for some edge case - https://github.com/fsprojects/Paket/pull/2299
BUGFIX: Better hash checks in bootstrapper - https://github.com/fsprojects/Paket/pull/2368
BUGFIX: Improved C++ support
BUGFIX: Fix Conditional Group Dependencies not working as expected - https://github.com/fsprojects/Paket/pull/2335
BUGFIX: Treat runtime dependencies as transitive deps - https://github.com/fsprojects/Paket/issues/2334
BUGFIX: Sort dependencies on obj/references files - https://github.com/fsprojects/Paket/issues/2310
BUGFIX: Support .NET moniker "&gt;= monoandroid" - https://github.com/fsprojects/Paket/issues/2246
BUGFIX: Better dependencies file parser errors
BUGFIX: "Dotnet restore" failed on .netstandard projects under 1.6 - https://github.com/fsprojects/Paket/issues/2243
BUGFIX: Paket now accepts multiple nuspec files in fix-nuspec - https://github.com/fsprojects/Paket/pull/2296
BUGFIX: Fixed pinning of .NETSTANDARD 1.6 packages - https://github.com/fsprojects/Paket/pull/2307
BUGFIX: Fixed bug with ignored argument of getPackageDetails - https://github.com/fsprojects/Paket/pull/2293
BUGFIX: HTTP dependency - strip query string to detect a file name - https://github.com/fsprojects/Paket/pull/2295
BUGFIX: Proper encoding "+" in package download url - https://github.com/fsprojects/Paket/pull/2288
BUGFIX: Paket failed when group is removed (or renamed) - https://github.com/fsprojects/Paket/pull/2281
BUGFIX: Filter .targets / .props earlier - https://github.com/fsprojects/Paket/pull/2286
BUGFIX: Downgrade to tooling 1.0 (https://github.com/fsprojects/Paket/pull/2380)
BUGFIX: Paket added too many targets and props (https://github.com/fsprojects/Paket/pull/2388)
BOOTSTRAPPER: Don't crash in DownloadHashFile (https://github.com/fsprojects/Paket/pull/2376)
BOOTSTRAPPER: Search harder for the paket.dependencies file (https://github.com/fsprojects/Paket/pull/2384)
USABILITY: Don't let build continue when paket failed - https://github.com/fsprojects/Paket/pull/2302