PowerBridge 1.3.5445.30457

dotnet add package PowerBridge --version 1.3.5445.30457
NuGet\Install-Package PowerBridge -Version 1.3.5445.30457
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.5445.30457" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PowerBridge --version 1.3.5445.30457
#r "nuget: PowerBridge, 1.3.5445.30457"
#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.5445.30457

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

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.5445.30457 152 11/28/2014
1.2.5386.18512 101 9/30/2014
1.2.5257.17148 164 5/24/2014
1.1.5249.23346 62 5/16/2014
1.1.5248.30373 61 5/15/2014
1.0.5246.36932 61 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.