Brownserve.PSTools 0.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Brownserve.PSTools --version 0.6.0
                    
NuGet\Install-Package Brownserve.PSTools -Version 0.6.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="Brownserve.PSTools" Version="0.6.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Brownserve.PSTools" Version="0.6.0" />
                    
Directory.Packages.props
<PackageReference Include="Brownserve.PSTools" />
                    
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 Brownserve.PSTools --version 0.6.0
                    
#r "nuget: Brownserve.PSTools, 0.6.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.
#addin nuget:?package=Brownserve.PSTools&version=0.6.0
                    
Install Brownserve.PSTools as a Cake Addin
#tool nuget:?package=Brownserve.PSTools&version=0.6.0
                    
Install Brownserve.PSTools as a Cake Tool

release Actions Status

Brownserve.PSTools

A collection of PowerShell tools that are used across various Brownserve projects to aid in CI/CD deployments and give an easy to maintain common codebase.
The tools are packaged as both a NuGet package and PSGallery PowerShell module for easy consumption across a wide variety of projects.

What's included?

There are various cmdlets/functions that perform a plethora of different tasks, from manipulating changelogs to invoking Terraform plans.
For a full list see the module documentation

How to use

These tools have been designed for use within Brownserve projects and may have limited use outside of that, however should you wish to include them in your own project take a look at our guide

Contributing

Pull requests are welcome but please do bear in mind that these tools are designed specifically to work in our projects and are used in our production CI/CD pipelines, therefore we may not be able to accommodate all requests.
For details on how to contribute check our documentation

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
0.16.0-preview 1,239 9/9/2023
0.15.0 1,595 8/10/2023
0.14.0 1,519 7/29/2023
0.13.1 1,471 7/23/2023
0.13.0 1,387 7/22/2023
0.12.0 1,539 6/4/2023
0.11.0 1,299 4/19/2023
0.10.1 1,441 4/13/2023
0.10.0 1,420 4/13/2023
0.9.0 1,416 3/27/2023
0.8.2 1,712 2/21/2022
0.8.1 1,748 2/21/2022
0.8.0 1,698 2/20/2022
0.7.0 1,527 12/7/2021
0.6.0 1,421 12/7/2021
0.5.3 1,534 11/19/2021
0.5.2 1,502 11/18/2021
0.5.1 1,434 11/18/2021
0.5.0 1,601 11/17/2021
0.4.1 1,582 11/17/2021
0.4.0 1,708 11/15/2021
0.3.0 1,827 10/12/2021
0.2.1 1,567 10/6/2021
0.2.0 1,619 10/6/2021
0.1.1 1,626 10/5/2021
0.1.0 1,512 10/5/2021
0.1.0-test 1,526 10/4/2021
0.1.0-rev 1,630 10/4/2021
0.1.0-dev 1,635 10/4/2021

Features
- Create a Send-BuildNotification cmdlet
- Add $Global:RepoName variable to generated _init.ps1 scripts
- Port some logic over to use Invoke-NativeCommand
- Add Invoke-NativeCommand cmdlet

Bugfixes
N/A

Known Issues
N/A