paket.bootstrapper
1.4.0
See the version list below for details.
dotnet add package paket.bootstrapper --version 1.4.0
NuGet\Install-Package paket.bootstrapper -Version 1.4.0
<PackageReference Include="paket.bootstrapper" Version="1.4.0" />
paket add paket.bootstrapper --version 1.4.0
#r "nuget: paket.bootstrapper, 1.4.0"
// Install paket.bootstrapper as a Cake Addin #addin nuget:?package=paket.bootstrapper&version=1.4.0 // Install paket.bootstrapper as a Cake Tool #tool nuget:?package=paket.bootstrapper&version=1.4.0
A package dependency manager for .NET with support for NuGet packages and GitHub repositories.
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 | 478 | 12/2/2019 |
5.237.0 | 2,628 | 11/25/2019 |
5.220.0 | 821 | 9/30/2019 |
5.164.0 | 2,153 | 5/17/2018 |
5.141.0 | 1,265 | 2/23/2018 |
5.140.0 | 1,018 | 2/23/2018 |
5.126.0 | 1,080 | 12/12/2017 |
5.125.5 | 1,119 | 12/11/2017 |
5.125.4 | 1,084 | 12/11/2017 |
5.124.0 | 1,014 | 11/29/2017 |
5.122.0 | 1,017 | 11/7/2017 |
5.105.0 | 1,026 | 10/4/2017 |
5.100.1 | 971 | 9/22/2017 |
5.100.0 | 942 | 9/22/2017 |
5.92.2 | 991 | 9/3/2017 |
5.81.0 | 1,040 | 7/21/2017 |
5.0.0 | 1,095 | 6/16/2017 |
5.0.0-rc001 | 804 | 6/6/2017 |
5.0.0-beta010 | 794 | 6/2/2017 |
4.7.0 | 1,105 | 4/25/2017 |
4.0.0 | 1,067 | 3/15/2017 |
4.0.0-alpha009 | 854 | 10/25/2016 |
4.0.0-alpha008 | 874 | 10/25/2016 |
3.35.0 | 1,094 | 1/30/2017 |
3.32.0 | 1,107 | 1/2/2017 |
3.27.0 | 1,122 | 11/10/2016 |
3.25.0 | 1,076 | 10/28/2016 |
3.24.0 | 1,066 | 10/25/2016 |
3.24.0-alpha001 | 793 | 10/22/2016 |
3.14.0 | 1,170 | 8/22/2016 |
3.0.0 | 1,249 | 6/15/2016 |
2.62.0 | 1,237 | 4/17/2016 |
2.46.0 | 1,277 | 1/19/2016 |
2.34.0 | 3,732 | 12/7/2015 |
2.31.0 | 1,243 | 12/1/2015 |
2.29.0 | 1,287 | 11/27/2015 |
2.27.0 | 1,135 | 11/19/2015 |
2.4.0 | 1,200 | 9/28/2015 |
1.39.0 | 1,123 | 9/8/2015 |
1.25.0 | 1,187 | 8/10/2015 |
1.11.0 | 1,152 | 6/8/2015 |
1.4.0 | 1,146 | 5/8/2015 |
1.2.2 | 1,284 | 4/27/2015 |
1.2.0 | 1,305 | 4/24/2015 |
EXPERIMENTAL: Find-Packages command
EXPERIMENTAL: Find-Package-Versions command
EXPERIMENTAL: Show-Installed-Packages for given project command
EXPERIMENTAL: Show-Installed-Packages command
Expose GetDefinedNuGetFeeds in Public API
Expose GetSources in Public API
BUGFIX: NuGet Convert works with empty version strings - https://github.com/fsprojects/Paket/pull/821
BUGFIX: Don't shortcut conflicting addition
BUGFIX: Better pin down behaviour during "Smart Update""
BUGFIX: Only replace nuget package during add if the old one had no version
BUGFIX: Put fixed packages to the end - https://github.com/fsprojects/Paket/issues/814
BUGFIX: Fix `paket add` if package is already there - https://github.com/fsprojects/Paket/issues/814
BUGFIX: Fix `paket add` for very first dependency - https://github.com/fsprojects/Paket/issues/814
BUGFIX: Paket pack had issues with \ in subfolders - https://github.com/fsprojects/Paket/issues/812
BZGFIX: Use https://api.nuget.org/v3/index.json for Autocomplete
BUGFIX: Set exit code to 1 if the command line parser finds error
BUGFIX: Windows restrictions were not parsed from lockfile - https://github.com/fsprojects/Paket/issues/810
BUGFIX: Paket tries to keep the alphabetical order when using `paket add`
BUGFIX: Do not generate entries for empty extensions in nupkg
BUGFIX: Portable framework restrictions were not parsed from lockfile - https://github.com/fsprojects/Paket/issues/810
COSMETICS: "Done" message in bootstrapper
COSMETICS: -s parameter for Bootstrapper
COSMETICS: Don't perform unnecessary installs during `paket add`
COSMETICS: Always print the command on command parser error