paket.bootstrapper
3.14.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package paket.bootstrapper --version 3.14.0
NuGet\Install-Package paket.bootstrapper -Version 3.14.0
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="3.14.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="paket.bootstrapper" Version="3.14.0" />
<PackageReference Include="paket.bootstrapper" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add paket.bootstrapper --version 3.14.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: paket.bootstrapper, 3.14.0"
#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.
#:package paket.bootstrapper@3.14.0
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=paket.bootstrapper&version=3.14.0
#tool nuget:?package=paket.bootstrapper&version=3.14.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | 596 | 12/2/2019 |
5.237.0 | 2,788 | 11/25/2019 |
5.220.0 | 941 | 9/30/2019 |
5.164.0 | 2,472 | 5/17/2018 |
5.141.0 | 1,762 | 2/23/2018 |
5.140.0 | 1,498 | 2/23/2018 |
5.126.0 | 1,413 | 12/12/2017 |
5.125.5 | 1,603 | 12/11/2017 |
5.125.4 | 1,568 | 12/11/2017 |
5.124.0 | 1,356 | 11/29/2017 |
5.122.0 | 1,335 | 11/7/2017 |
5.105.0 | 1,354 | 10/4/2017 |
5.100.1 | 1,299 | 9/22/2017 |
5.100.0 | 1,275 | 9/22/2017 |
5.92.2 | 1,321 | 9/3/2017 |
5.81.0 | 1,367 | 7/21/2017 |
5.0.0 | 1,448 | 6/16/2017 |
5.0.0-rc001 | 1,131 | 6/6/2017 |
5.0.0-beta010 | 1,137 | 6/2/2017 |
4.7.0 | 1,433 | 4/25/2017 |
4.0.0 | 1,414 | 3/15/2017 |
4.0.0-alpha009 | 1,198 | 10/25/2016 |
4.0.0-alpha008 | 1,203 | 10/25/2016 |
3.35.0 | 1,427 | 1/30/2017 |
3.32.0 | 1,437 | 1/2/2017 |
3.27.0 | 1,451 | 11/10/2016 |
3.25.0 | 1,406 | 10/28/2016 |
3.24.0 | 1,394 | 10/25/2016 |
3.24.0-alpha001 | 1,126 | 10/22/2016 |
3.14.0 | 1,530 | 8/22/2016 |
3.0.0 | 1,581 | 6/15/2016 |
2.62.0 | 1,576 | 4/17/2016 |
2.46.0 | 1,613 | 1/19/2016 |
2.34.0 | 4,070 | 12/7/2015 |
2.31.0 | 1,582 | 12/1/2015 |
2.29.0 | 1,626 | 11/27/2015 |
2.27.0 | 1,488 | 11/19/2015 |
2.4.0 | 1,535 | 9/28/2015 |
1.39.0 | 1,466 | 9/8/2015 |
1.25.0 | 1,531 | 8/10/2015 |
1.11.0 | 1,490 | 6/8/2015 |
1.4.0 | 1,487 | 5/8/2015 |
1.2.2 | 1,621 | 4/27/2015 |
1.2.0 | 1,651 | 4/24/2015 |
Show message when a package version is not installed because it is unlisted
BUGFIX: Bootstrapper had issues with partial download - https://github.com/fsprojects/Paket/pull/1859
BUGFIX: Use ConcurrentDictionary correctly - https://github.com/fsprojects/Paket/pull/1853