Paket.PowerShell 3.4.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 3.4.0-alpha004
                    
NuGet\Install-Package Paket.PowerShell -Version 3.4.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="3.4.0-alpha004" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Paket.PowerShell" Version="3.4.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 3.4.0-alpha004
                    
#r "nuget: Paket.PowerShell, 3.4.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@3.4.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=3.4.0-alpha004&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Paket.PowerShell&version=3.4.0-alpha004&prerelease
                    
Install as a Cake Tool

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 (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,100 4/28/2017
5.0.0-alpha005 1,835 4/27/2017
5.0.0-alpha003 2,083 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,138 6/2/2017
4.8.6 2,109 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,994 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,192 4/24/2017
4.6.2 2,085 4/24/2017
4.6.1 2,158 4/24/2017
4.5.3 2,068 4/24/2017
3.4.0-alpha004 1,722 6/29/2016
Loading failed

Using Argu 3 alpha channel
Inaccessible caches are excluded for the duration of running a command - https://github.com/fsprojects/Paket/pull/1770
BUGFIX: auto-restore on fixes old targets file references - https://github.com/fsprojects/Paket/issues/1768
BUGFIX: Added handling for cache not being accessible - https://github.com/fsprojects/Paket/pull/1764
BUGFIX: Fixed out-of-date check for remote files - https://github.com/fsprojects/Paket/issues/1760, https://github.com/fsprojects/Paket/issues/1762, https://github.com/fsprojects/Paket/issues/1766
BUGFIX: Using network cache with invalid credentials should not fail restore - https://github.com/fsprojects/Paket/issues/1758
BUGFIX: Make the copy task more robust if we can't parse target framework - https://github.com/fsprojects/Paket/issues/1756
USABILITY: Show out-of-sync warning message if paket.lock is not matching paket.dependencies - https://github.com/fsprojects/Paket/issues/1750
COSMETICS: Don't trace download of remote files twice