PowerShell TDD with Pester – Adding More Rules (part 3 of 3)

This final article will cover reading mocked files and retrieving the version number from the CSProj or Chart.yaml file.

PowerShell TDD with Pester – Adding More Rules (part 2 of 3)

Adding more rules to the version number generator to handle things like bug fixes to major versions, pre-release labels and build labels

PowerShell TDD with Pester – Setup and Basic Tests (part 1 of 3)

This article is covering how I built a function to generate a new version number for a NuGet package based upon the version number is a csproj file and the latest published version.