From 6071796b5f8fd9dfde40c0c279538e996c0eaf2b Mon Sep 17 00:00:00 2001 From: metablaster <44481081+metablaster@users.noreply.github.com> Date: Fri, 24 Nov 2023 19:03:23 +0100 Subject: [PATCH] fix outdated project version --- Templates/FullTemplate.ps1 | 2 +- Templates/PipelineScript.ps1 | 2 +- Templates/ScriptTemplate.ps1 | 2 +- ...96509f04-e413-451e-a381-b34ad0f36100_HelpInfo.xml.txt | 4 ++-- docs/TODO.md | 9 +++++---- 5 files changed, 10 insertions(+), 9 deletions(-) diff --git a/Templates/FullTemplate.ps1 b/Templates/FullTemplate.ps1 index 43816845..c9f89ad5 100644 --- a/Templates/FullTemplate.ps1 +++ b/Templates/FullTemplate.ps1 @@ -31,7 +31,7 @@ SOFTWARE. # NOTE: Run [guid]::NewGuid() to generate a new guid <#PSScriptInfo -.VERSION 0.15.1 +.VERSION 0.16.0 .GUID 66e38822-834d-4a90-b9c6-9e600a472a0a diff --git a/Templates/PipelineScript.ps1 b/Templates/PipelineScript.ps1 index 46770be4..02569730 100644 --- a/Templates/PipelineScript.ps1 +++ b/Templates/PipelineScript.ps1 @@ -31,7 +31,7 @@ SOFTWARE. # NOTE: Run [guid]::NewGuid() to generate new guid <#PSScriptInfo -.VERSION 0.15.1 +.VERSION 0.16.0 .GUID 66e38822-834d-4a90-b9c6-9e600a472a0a diff --git a/Templates/ScriptTemplate.ps1 b/Templates/ScriptTemplate.ps1 index d3fae30a..792e67cf 100644 --- a/Templates/ScriptTemplate.ps1 +++ b/Templates/ScriptTemplate.ps1 @@ -31,7 +31,7 @@ SOFTWARE. # NOTE: Run [guid]::NewGuid() to generate new guid <#PSScriptInfo -.VERSION 0.15.1 +.VERSION 0.16.0 .GUID 66e38822-834d-4a90-b9c6-9e600a472a0a diff --git a/Test/PssaTest.Module/PssaTest.Module_96509f04-e413-451e-a381-b34ad0f36100_HelpInfo.xml.txt b/Test/PssaTest.Module/PssaTest.Module_96509f04-e413-451e-a381-b34ad0f36100_HelpInfo.xml.txt index 35faa50b..ae03af77 100644 --- a/Test/PssaTest.Module/PssaTest.Module_96509f04-e413-451e-a381-b34ad0f36100_HelpInfo.xml.txt +++ b/Test/PssaTest.Module/PssaTest.Module_96509f04-e413-451e-a381-b34ad0f36100_HelpInfo.xml.txt @@ -1,10 +1,10 @@ - https://github.com/metablaster/WindowsFirewallRuleset/tree/master/Config/HelpContent/0.15.1 + https://github.com/metablaster/WindowsFirewallRuleset/tree/master/Config/HelpContent/0.16.0 en-US - 0.15.1 + 0.16.0 diff --git a/docs/TODO.md b/docs/TODO.md index bf7e15a2..ccb7d39f 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -53,7 +53,8 @@ Todo's in this file are categorized into the following sections: - ProjectSettings.ps1 restore variables: TestUser, TestAdmin, DefaultUser, TestDomain - ProjectSettings.ps1 verify auto updated variables: ProjectCheck, ModulesCheck, ServicesCheck - Increment project version in all places mentioning version: - (*.psd1, ProjectSettings, CHANGELOG, scripts, New-PSScriptInfo) + (*.psd1, ProjectSettings, CHANGELOG, scripts, New-PSScriptInfo, templates, + PssaTestModule helpinfo and this release checklist) - Run PScriptAnalyzer and resolve issues. - Confirm `Deploy-Firewall.ps1` master script calls all rule scripts - Test machine should have 2 standard, 2 administrator and 2 MS accounts of which 1 disabled @@ -77,9 +78,9 @@ Todo's in this file are categorized into the following sections: - `git prune --dry-run` `git prune` - `git repack -d -F` - Create and publish a new tag: - - `git tag -a v0.15.1 -m "Windows Firewall Ruleset 0.15.1" -s` - - `git tag -v v0.15.1` - - `git push origin v0.15.1` + - `git tag -a v0.16.0 -m "Windows Firewall Ruleset 0.16.0" -s` + - `git tag -v v0.16.0` + - `git push origin v0.16.0` - Generate SHA `Get-FileHash -Algorithm SHA256 -Path FILENAME` 5. Documentation