paket.bootstrapper 3.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package paket.bootstrapper --version 3.0.0
NuGet\Install-Package paket.bootstrapper -Version 3.0.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.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add paket.bootstrapper --version 3.0.0
#r "nuget: paket.bootstrapper, 3.0.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.
// Install paket.bootstrapper as a Cake Addin
#addin nuget:?package=paket.bootstrapper&version=3.0.0

// Install paket.bootstrapper as a Cake Tool
#tool nuget:?package=paket.bootstrapper&version=3.0.0

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 438 12/2/2019
5.237.0 2,558 11/25/2019
5.220.0 782 9/30/2019
5.164.0 2,106 5/17/2018
5.141.0 1,222 2/23/2018
5.140.0 974 2/23/2018
5.126.0 1,037 12/12/2017
5.125.5 1,077 12/11/2017
5.125.4 1,045 12/11/2017
5.124.0 974 11/29/2017
5.122.0 972 11/7/2017
5.105.0 983 10/4/2017
5.100.1 926 9/22/2017
5.100.0 900 9/22/2017
5.92.2 949 9/3/2017
5.81.0 998 7/21/2017
5.0.0 1,048 6/16/2017
5.0.0-rc001 771 6/6/2017
5.0.0-beta010 758 6/2/2017
4.7.0 1,063 4/25/2017
4.0.0 1,024 3/15/2017
4.0.0-alpha009 820 10/25/2016
4.0.0-alpha008 837 10/25/2016
3.35.0 1,053 1/30/2017
3.32.0 1,070 1/2/2017
3.27.0 1,080 11/10/2016
3.25.0 1,029 10/28/2016
3.24.0 1,025 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,237 1/19/2016
2.34.0 3,686 12/7/2015
2.31.0 1,200 12/1/2015
2.29.0 1,243 11/27/2015
2.27.0 1,094 11/19/2015
2.4.0 1,156 9/28/2015
1.39.0 1,081 9/8/2015
1.25.0 1,140 8/10/2015
1.11.0 1,110 6/8/2015
1.4.0 1,104 5/8/2015
1.2.2 1,234 4/27/2015
1.2.0 1,262 4/24/2015

Allow to reference git repositories - https://fsprojects.github.io/Paket/git-dependencies.html
Allow to run build commands on git repositories - https://fsprojects.github.io/Paket/git-dependencies.html#Running-a-build-in-git-repositories
Allow to use git repositories as NuGet source - https://fsprojects.github.io/Paket/git-dependencies.html#Using-Git-repositories-as-NuGet-source
Allow to override package sources in paket.local - https://fsprojects.github.io/Paket/local-file.html http://theimowski.com/blog/2016/05-19-paket-workflow-for-testing-new-nuget-package-before-release/index.html
NEW COMMAND: "paket generate-include-scripts" creates package include scripts for F# Interactive - https://fsprojects.github.io/Paket/paket-generate-include-scripts.html
Additional local caches - https://fsprojects.github.io/Paket/caches.html
Garbage collection in packages folder - https://github.com/fsprojects/Paket/pull/1491
Allows to exclude dll references from a NuGet package - https://fsprojects.github.io/Paket/references-files.html#Excluding-libraries
Allows to use aliases for libraries - https://fsprojects.github.io/Paket/references-files.html#Library-aliases
Create Choose nodes for .NET Standard
Remove command removes empty group when removing last dependency - https://github.com/fsprojects/Paket/pull/1706
New bootstrapper option --max-file-age - https://fsprojects.github.io/Paket/bootstrapper.html
USABILITY: Removed "specs:" from paket.lock since it was copied from Bundler and had no meaning in Paket - https://github.com/fsprojects/Paket/pull/1608
BREAKING CHANGE: "lib", "runtimes" are not allowed as group names
BREAKING CHANGE: Removed --hard parameter from all commands.
- Paket threads all commands as if --hard would have been set - https://github.com/fsprojects/Paket/pull/1567
- For the --hard use in the binding redirects there is a new parameter --clean-redirects - https://github.com/fsprojects/Paket/pull/1692