Paket.PowerShell 2.26.0-alpha004

This is a prerelease version of Paket.PowerShell.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Paket.PowerShell --version 2.26.0-alpha004
                    
NuGet\Install-Package Paket.PowerShell -Version 2.26.0-alpha004
                    
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.PowerShell" Version="2.26.0-alpha004" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Paket.PowerShell" Version="2.26.0-alpha004" />
                    
Directory.Packages.props
<PackageReference Include="Paket.PowerShell" />
                    
Project file
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.PowerShell --version 2.26.0-alpha004
                    
#r "nuget: Paket.PowerShell, 2.26.0-alpha004"
                    
#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.PowerShell@2.26.0-alpha004
                    
#: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.PowerShell&version=2.26.0-alpha004&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Paket.PowerShell&version=2.26.0-alpha004&prerelease
                    
Install as a Cake Tool

A package dependency manager for .NET with support for NuGet packages and GitHub 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 (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,210 4/26/2017
4.8.3 2,093 4/26/2017
4.8.2 1,995 4/26/2017
4.8.1 2,087 4/25/2017
4.8.0 2,237 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,159 4/24/2017
4.5.3 2,069 4/24/2017
2.26.0-alpha004 2,233 11/17/2015
Loading failed

Try all 4 NuGet APIs for "GetPackageDetails" in parallel - https://github.com/fsprojects/Paket/issues/1225
BUGFIX: Fix props files - https://github.com/fsprojects/Paket/issues/1233
BUGFIX: Detect AssemblyName from project file name if empty - https://github.com/fsprojects/Paket/issues/1234
BUGFIX: Fixed issue with V3 feeds doing api requests even when the paket.lock is fully specified - https://github.com/fsprojects/Paket/pull/1231
BUGFIX: Update ProjectFile.GetTargetProfile to work with conditional nodes - https://github.com/fsprojects/Paket/pull/1227
BUGFIX: Putting .targets import on correct location in project files - https://github.com/fsprojects/Paket/issues/1226
USABILITY: Always write nomalized version into lock file to keep the lockfile as stable as possible
USABILITY: Always try 3 times to download and extract a package
USABILITY: Sets default resolver strategy for convert from nuget to None - https://github.com/fsprojects/Paket/pull/1228