Skip to content

Commit

Permalink
fix outdated project version
Browse files Browse the repository at this point in the history
  • Loading branch information
metablaster committed Nov 24, 2023
1 parent 2cac33a commit 6071796
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Templates/FullTemplate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Templates/PipelineScript.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Templates/ScriptTemplate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<HelpInfo xmlns="http://schemas.microsoft.com/powershell/help/2010/05">
<HelpContentURI>https://github.com/metablaster/WindowsFirewallRuleset/tree/master/Config/HelpContent/0.15.1</HelpContentURI>
<HelpContentURI>https://github.com/metablaster/WindowsFirewallRuleset/tree/master/Config/HelpContent/0.16.0</HelpContentURI>
<SupportedUICultures>
<UICulture>
<UICultureName>en-US</UICultureName>
<UICultureVersion>0.15.1</UICultureVersion>
<UICultureVersion>0.16.0</UICultureVersion>
</UICulture>
</SupportedUICultures>
</HelpInfo>
9 changes: 5 additions & 4 deletions docs/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6071796

Please sign in to comment.