Skip to content

Commit 3ea3c8d

Browse files
chore: ✨ Update PreReleaseTag to Preview3
* Incremented the pre-release tag for the module to reflect the latest changes.
1 parent d628a5b commit 3ea3c8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/Build-Module.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Build-Module -ModuleName 'PSParseHTML' {
2626
# A URL to an icon representing this module.
2727
IconUri = 'https://evotec.xyz/wp-content/uploads/2018/12/PSWriteHTML.png'
2828
# Pre-release tag for this module.
29-
PreReleaseTag = 'Preview2'
29+
PreReleaseTag = 'Preview3'
3030
}
3131
New-ConfigurationManifest @Manifest
3232
# Add external module dependencies, using loop for simplicity

0 commit comments

Comments
 (0)