Brownserve.PSTools 0.16.0-preview

This is a prerelease version of Brownserve.PSTools.
dotnet add package Brownserve.PSTools --version 0.16.0-preview
                    
NuGet\Install-Package Brownserve.PSTools -Version 0.16.0-preview
                    
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.16.0-preview" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Brownserve.PSTools" Version="0.16.0-preview" />
                    
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.16.0-preview
                    
#r "nuget: Brownserve.PSTools, 0.16.0-preview"
                    
#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.16.0-preview&prerelease
                    
Install Brownserve.PSTools as a Cake Addin
#tool nuget:?package=Brownserve.PSTools&version=0.16.0-preview&prerelease
                    
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?

Please see the module documentation for a full list of cmdlets and their usage.

How to use

ℹ Please Note
These tools have been designed for use within Brownserve projects and may have limited use outside of that.

If you simply want to have these tools available in your PowerShell session you can install the module from the PSGallery using Install-Module -Name Brownserve.PSTools.
To use these within a project you can use the Initialize-BrownserveRepository cmdlet which will initialize the repository with the required files and settings.

Contributing

Pull requests are welcome but please do bear in mind that these tools are designed specifically to work with Brownserve projects and are in use across various production CI/CD pipelines, therefore we may not be able to accommodate all requests.

Code should be written following our guidelines and should have complete documentation before being submitted (it will fail CI/CD if it doesn't). Documentation will be generated for you when you run the Build task locally however some sections will be missing and will need to be completed manually. For more information on how to build the module see the build documentation.

ℹ Please Note
Our branch protection rules require all commits to be signed.
While we can rebase and sign commits for you it's much more likely that your PR will be merged promptly if you ensure your commits are signed before submitting the PR.

We also try to use the Conventional Commits standard for our commit messages though this is not currently a hard requirement.

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,242 9/9/2023
0.15.0 1,598 8/10/2023
0.14.0 1,523 7/29/2023
0.13.1 1,475 7/23/2023
0.13.0 1,390 7/22/2023
0.12.0 1,541 6/4/2023
0.11.0 1,304 4/19/2023
0.10.1 1,444 4/13/2023
0.10.0 1,422 4/13/2023
0.9.0 1,418 3/27/2023
0.8.2 1,714 2/21/2022
0.8.1 1,751 2/21/2022
0.8.0 1,701 2/20/2022
0.7.0 1,529 12/7/2021
0.6.0 1,423 12/7/2021
0.5.3 1,537 11/19/2021
0.5.2 1,504 11/18/2021
0.5.1 1,440 11/18/2021
0.5.0 1,603 11/17/2021
0.4.1 1,584 11/17/2021
0.4.0 1,710 11/15/2021
0.3.0 1,829 10/12/2021
0.2.1 1,569 10/6/2021
0.2.0 1,622 10/6/2021
0.1.1 1,628 10/5/2021
0.1.0 1,514 10/5/2021
0.1.0-test 1,528 10/4/2021
0.1.0-rev 1,632 10/4/2021
0.1.0-dev 1,637 10/4/2021

These are the changes that have been made since the last release:

- Bring in Dev changes in #74 by @shoddyguard
- Documentation Overhaul in #61 by @shoddyguard
- Rework PowerShell-YAML logic in #60 by @shoddyguard
- feat: Add Get-GitHubPullRequests in #59 by @shoddyguard

Bugfixes  
The following bugs have been closed since the last release:

- #70 - [Bug]: Testing another workflow

Known Issues  
The following bugs have been raised since the last release and remain unresolved:

- #69 - [Bug]: Test Issue for workflow testing

For a full list of current known issues see the project's issues page.