Skip to content

Commit f5d54fb

Browse files
chore(release): 2.1.2 (#466)
1 parent 8e0e264 commit f5d54fb

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,35 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
## [2.1.2] - 2026-05-26
11+
12+
### Changed
13+
14+
- CI workflows migrated to PowerShellOrg reusable CI and release
15+
workflows ([#457](https://github.com/PowerShellOrg/Plaster/pull/457))
16+
17+
### Fixed
18+
19+
- `AddContent` path separators normalised to forward slash on PS5.1 —
20+
`Get-ChildItem -Name` returns backslash-separated paths on Windows
21+
PS5.1, causing cross-platform inconsistencies in source/destination
22+
attributes
23+
- `Resolve-ModuleVersionString` returned `[System.Version]` on PS5.1
24+
because `[System.Management.Automation.SemanticVersion]` is PS6+
25+
only; adds a C# shim that defines the type at module load time
26+
([#463](https://github.com/PowerShellOrg/Plaster/pull/463),
27+
closes [#460](https://github.com/PowerShellOrg/Plaster/issues/460))
28+
- `New-PlasterManifest` emitted `xmlns` inline on PS5.1 — .NET XML
29+
serializer ignores `XmlWriterSettings.NewLineOnAttributes` for
30+
namespace declarations; output is post-processed to normalise
31+
formatting
32+
([#464](https://github.com/PowerShellOrg/Plaster/pull/464),
33+
closes [#461](https://github.com/PowerShellOrg/Plaster/issues/461))
34+
- `Get-Culture -Name` is PS6+ only; replaced with
35+
`New-Object System.Globalization.CultureInfo` in tests
36+
([#462](https://github.com/PowerShellOrg/Plaster/pull/462),
37+
closes [#459](https://github.com/PowerShellOrg/Plaster/issues/459))
38+
1039
## [2.1.1] - 2026-05-25
1140

1241
### Fixed

Plaster/Plaster.psd1

Lines changed: 1 addition & 1 deletion
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.1.1'
9+
ModuleVersion = '2.1.2'
1010

1111
# Supported PSEditions
1212
CompatiblePSEditions = @('Desktop', 'Core')

0 commit comments

Comments
 (0)