psake 4.5.0

dotnet add package psake --version 4.5.0
                    
NuGet\Install-Package psake -Version 4.5.0
                    
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="psake" Version="4.5.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="psake" Version="4.5.0" />
                    
Directory.Packages.props
<PackageReference Include="psake" />
                    
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 psake --version 4.5.0
                    
#r "nuget: psake, 4.5.0"
                    
#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 psake@4.5.0
                    
#: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=psake&version=4.5.0
                    
Install as a Cake Addin
#tool nuget:?package=psake&version=4.5.0
                    
Install as a Cake Tool

psake is a build automation tool written in PowerShell. It avoids the angle-bracket tax associated with executable XML by leveraging the PowerShell syntax in your build scripts. psake has a syntax inspired by rake (aka make in Ruby) and bake (aka make in Boo), but is easier to script because it leverages your existent command-line knowledge. psake is pronounced sake - as in Japanese rice wine. It does NOT rhyme with make, bake, or rake. You can also install with chocolatey (https://nuget.org/List/Packages/chocolatey) and have global psake.

There are no supported framework assets in this package.

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 (1)

Showing the top 1 popular GitHub repositories that depend on psake:

Repository Stars
HangfireIO/Hangfire
An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
Version Downloads Last Updated
4.5.0 432 12/12/2015
4.4.2 8,305 5/15/2015
4.4.1 21,520 11/19/2014
4.4.0 553 11/19/2014
4.3.2 16,951 4/1/2014
4.3.1 3,499 12/23/2013
4.3.0 2,227 12/2/2013
4.2.0.1 18,920 6/13/2012
4.2.0 274 6/10/2012
4.1.0 1,065 3/21/2012
4.0.1 1,536 4/26/2011
4.0.0 391 4/21/2011