PowerBridge 1.3.5651.22358

There is a newer version of this package available.
See the version list below for details.
dotnet add package PowerBridge --version 1.3.5651.22358
NuGet\Install-Package PowerBridge -Version 1.3.5651.22358
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="PowerBridge" Version="1.3.5651.22358">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PowerBridge --version 1.3.5651.22358
#r "nuget: PowerBridge, 1.3.5651.22358"
#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.
// Install PowerBridge as a Cake Addin
#addin nuget:?package=PowerBridge&version=1.3.5651.22358

// Install PowerBridge as a Cake Tool
#tool nuget:?package=PowerBridge&version=1.3.5651.22358

Build tasks that enable running PowerShell scripts from MSBuild.

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

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.6326.41344 9,017 4/28/2017
1.3.6089.28293 1,643 9/2/2016
1.3.5744.34820 4,815 9/24/2015
1.3.5651.22358 1,542 6/22/2015
1.3.5445.30457 1,507 11/28/2014
1.2.5386.18512 1,360 9/30/2014
1.2.5257.17148 1,466 5/24/2014
1.1.5249.23346 1,273 5/16/2014
1.1.5248.30373 1,244 5/15/2014
1.0.5246.36932 1,338 5/14/2014

Feature: When adding the PowerBridge package to a new project, a .BuildScripts\BeforeBuild.ps1 and .BuildScripts\AfterBuild.ps1 file are automatically added to the project and invoked as part of the build.

Feature: Well-known Visual Studio and MSBuild build properties/macros can be automatically be leveraged in a PowerShell script by simply declaring them as script parameters. This functionality is used by the BeforeBuild.ps1 and AfterBuild.ps1 scripts that are added when installing the PowerBridge package.

Bug fix: Ensure that objects that fall off the end of the PowerShell pipeline are written to the build log.

Improvement: Classify PowerBridge as a development dependency in its Nuget spec.