paket.bootstrapper 5.220.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global paket.bootstrapper --version 5.220.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local paket.bootstrapper --version 5.220.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=paket.bootstrapper&version=5.220.0
nuke :add-package paket.bootstrapper --version 5.220.0

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

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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,129 8/22/2016
3.0.0 1,209 6/15/2016
2.62.0 1,193 4/17/2016
2.46.0 1,238 1/19/2016
2.34.0 3,687 12/7/2015
2.31.0 1,201 12/1/2015
2.29.0 1,244 11/27/2015
2.27.0 1,095 11/19/2015
2.4.0 1,157 9/28/2015
1.39.0 1,082 9/8/2015
1.25.0 1,141 8/10/2015
1.11.0 1,111 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

BUGFIX: Make paket work as global tool again - https://github.com/fsprojects/Paket/issues/3671
Add PaketCommand contidion for Paket installed as .NET Core 3.0 local tool - https://github.com/fsprojects/Paket/pull/3668/files
Try hardcoded path for NuGetFallbackFolder - https://github.com/fsprojects/Paket/pull/3663
BUGFIX: Fixed typo in targets file so that bootstrapper can be found - https://github.com/fsprojects/Paket/pull/3665
BUGFIX: Fixed UnauthorizedAccessException writing to MyProject.paket.references.cached - https://github.com/fsprojects/Paket/pull/3617
BUGFIX: Fixed CopyLocal support - https://github.com/fsprojects/Paket/pull/3659