Skip to content

Commit ef177a7

Browse files
HeyItsGilbertCopilot
authored andcommitted
chore(release): 🔖 update module version to 2.0.0-beta1
* Updated `ModuleVersion` in the manifest to reflect the beta release. * Changed `ReleaseNotes` to point to the complete changelog URL for better accessibility.
1 parent ab49b82 commit ef177a7

1 file changed

Lines changed: 3 additions & 31 deletions

File tree

Plaster/Plaster.psd1

Lines changed: 3 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
GUID = 'cfce3c5e-402f-412a-a83a-7b7ee9832ff4'
77

88
# Version number of this module.
9-
ModuleVersion = '2.0.0'
9+
ModuleVersion = '2.0.0-beta1'
1010

1111
# Supported PSEditions
1212
CompatiblePSEditions = @('Desktop', 'Core')
@@ -28,35 +28,7 @@
2828
#IconUri = 'https://github.com/PowerShell/Plaster/icon.png'
2929

3030
# ReleaseNotes of this module
31-
ReleaseNotes = @'
32-
Plaster 2.0.0 Release Notes:
33-
34-
BREAKING CHANGES:
35-
- Minimum PowerShell version updated to 5.1
36-
- Updated to support PowerShell 7.x across all platforms
37-
38-
NEW FEATURES:
39-
- Full PowerShell 7.x compatibility (Windows, Linux, macOS)
40-
- Enhanced cross-platform support
41-
- Modern parameter validation
42-
- Improved error handling and logging
43-
- Updated build system with PowerShellBuild
44-
45-
IMPROVEMENTS:
46-
- Better performance on PowerShell Core
47-
- Enhanced XML schema validation
48-
- Improved template processing
49-
- Modern PowerShell coding practices
50-
- Comprehensive test coverage with Pester 5.x
51-
52-
BUG FIXES:
53-
- Fixed .NET Core XML schema validation issues
54-
- Resolved path handling on non-Windows platforms
55-
- Fixed constrained runspace compatibility issues
56-
- Improved error messages and debugging
57-
58-
For the complete changelog, see: https://github.com/PowerShellOrg/Plaster/blob/master/CHANGELOG.md
59-
'@
31+
ReleaseNotes = 'https://github.com/PowerShellOrg/Plaster/blob/master/CHANGELOG.md'
6032
}
6133
}
6234

@@ -124,4 +96,4 @@ For the complete changelog, see: https://github.com/PowerShellOrg/Plaster/blob/m
12496

12597
# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix.
12698
# DefaultCommandPrefix = ''
127-
}
99+
}

0 commit comments

Comments
 (0)