Paket.PowerShell
3.0.0-beta039
See the version list below for details.
dotnet add package Paket.PowerShell --version 3.0.0-beta039
NuGet\Install-Package Paket.PowerShell -Version 3.0.0-beta039
<PackageReference Include="Paket.PowerShell" Version="3.0.0-beta039" />
<PackageVersion Include="Paket.PowerShell" Version="3.0.0-beta039" />
<PackageReference Include="Paket.PowerShell" />
paket add Paket.PowerShell --version 3.0.0-beta039
#r "nuget: Paket.PowerShell, 3.0.0-beta039"
#:package Paket.PowerShell@3.0.0-beta039
#addin nuget:?package=Paket.PowerShell&version=3.0.0-beta039&prerelease
#tool nuget:?package=Paket.PowerShell&version=3.0.0-beta039&prerelease
A dependency manager for .NET with support for NuGet packages and git repositories.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Paket.PowerShell:
| Package | Downloads |
|---|---|
|
GPS.SimpleServiceServer
Simple Service Server that is extensible and allows hosting of any kind of service. |
|
|
GPS.SimplePerformanceCounters
GPS.SimplePerformanceCounters library. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.0.0-alpha006 | 2,101 | 4/28/2017 |
| 5.0.0-alpha005 | 1,836 | 4/27/2017 |
| 5.0.0-alpha003 | 2,084 | 4/27/2017 |
| 5.0.0-alpha002 | 1,943 | 4/27/2017 |
| 5.0.0-alpha001 | 1,833 | 4/27/2017 |
| 4.8.8 | 4,136 | 6/11/2017 |
| 4.8.7 | 2,139 | 6/2/2017 |
| 4.8.6 | 2,111 | 5/23/2017 |
| 4.8.5 | 2,247 | 5/8/2017 |
| 4.8.4 | 2,209 | 4/26/2017 |
| 4.8.3 | 2,093 | 4/26/2017 |
| 4.8.2 | 1,995 | 4/26/2017 |
| 4.8.1 | 2,086 | 4/25/2017 |
| 4.8.0 | 2,236 | 4/25/2017 |
| 4.7.0 | 2,289 | 4/25/2017 |
| 4.6.3 | 2,193 | 4/24/2017 |
| 4.6.2 | 2,086 | 4/24/2017 |
| 4.6.1 | 2,158 | 4/24/2017 |
| 4.5.3 | 2,069 | 4/24/2017 |
| 3.0.0-beta039 | 1,781 | 5/11/2016 |
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
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
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: Removed --hard parameter from all commands. Paket threads all commands as if --hard would have been set - https://github.com/fsprojects/Paket/pull/1567