PowerShell / PSScriptAnalyzer

Download ScriptAnalyzer from PowerShellGallery
https://www.powershellgallery.com/packages/PSScriptAnalyzer/
MIT License
1.8k stars 366 forks source link

Bump version from 1.22.0 to 1.22.1 #1996

Open JamesWTruher opened 2 months ago

JamesWTruher commented 2 months ago

PR Summary

Due to MS compliance we need a new release using the new signing pipeline. updating the release version for this.

PR Checklist

kilasuit commented 2 months ago

@bergmeister as an aside perhaps it's worth having a test to check the version number is updated in all the right places, so that in future this isn't missed

That or build a script that will replace it across all those files based on what GitVersion outputs for the next version, as that would allow this to be caught in local builds as well as hosted pipeline builds too