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.
<PackageVersion Include="PowerBridge" Version="1.3.5445.30457" />
                    
Directory.Packages.props
<PackageReference Include="PowerBridge" />
                    
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 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.
#:package PowerBridge@1.3.5445.30457
                    
#: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=PowerBridge&version=1.3.5445.30457
                    
Install as a Cake Addin
#tool nuget:?package=PowerBridge&version=1.3.5445.30457
                    
Install as a Cake Tool

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 153 11/28/2014
1.2.5386.18512 102 9/30/2014
1.2.5257.17148 166 5/24/2014
1.1.5249.23346 64 5/16/2014
1.1.5248.30373 63 5/15/2014
1.0.5246.36932 63 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.