psake 4.4.1

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

GitHub repositories (15)

Showing the top 15 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
Glimpse/Glimpse
The open source diagnostics platform for the web
code-cracker/code-cracker
An analyzer library for C# and VB that uses Roslyn to produce refactorings, code analysis, and other niceties.
HangfireIO/Cronos
A fully-featured .NET library for working with Cron expressions. Built with time zones in mind and intuitively handles daylight saving time transitions
clawsoftware/clawPDF
Open Source Virtual (Network) Printer for Windows that allows you to create PDFs, OCR text, and print images, with advanced features usually available only in enterprise solutions.
IdentityManager/IdentityManager
User & Identity Management
NotMyself/GildedRose
Refactoring Kata
nHapiNET/nHapi
nHapi is the .Net port of the original Java project HAPI.
brandondahler/Data.HashFunction
C# library to create a common interface to non-cryptographic hash functions.
mwrock/RequestReduce
Instantly makes your .net website faster by reducing the number and size of requests with almost no effort.
bruno-garcia/log4net.ElasticSearch
log4net appender to ElasticSearch
yuzd/Hangfire.Core.Extend
在1.6.5基础上给dashbord增加了搜索功能,增加在dashbord上手动添加job,提供对外SDK添加job
jozefizso/SystemWrapper
.NET library for easier testing of system APIs.
HangfireIO/Hangfire.Dashboard.Authorization
Some authorization filters for Hangfire's Dashboard
pinky39/grove
A computer implementation of a trading card game: Magic: The Gathering. The goal of the project is to implement ai algorithms which can play the game at the same level as a casual human player.
Version Downloads Last updated
4.4.1 18,452 11/19/2014
4.4.0 520 11/19/2014
4.3.2 13,263 4/1/2014
4.3.1 1,013 12/23/2013
4.3.0 456 12/2/2013
4.2.0.1 5,787 6/13/2012
4.2.0 68 6/10/2012
4.1.0 143 3/21/2012
4.0.1 105 4/26/2011
4.0.0 71 4/21/2011