Releases: PowerShellOrg/Plaster
Releases · PowerShellOrg/Plaster
Release 2.1.3
Fixed
Import-Module PlasterprintedPlaster vX.Y.Z module loaded successfullyon every import — the message was logged at
Informationlevel with-InformationAction Continue, so it
displayed regardless of$env:PLASTER_LOG_LEVEL. Demoted it (and the
symmetric "module is being removed" message) toVerboseso they are
silent by default and surface only whenPLASTER_LOG_LEVEL=Verbose
(#470,
closes #458)
Release 2.1.2
Changed
- CI workflows migrated to PowerShellOrg reusable CI and release
workflows (#457)
Fixed
AddContentpath separators normalised to forward slash on PS5.1 —
Get-ChildItem -Namereturns backslash-separated paths on Windows
PS5.1, causing cross-platform inconsistencies in source/destination
attributesResolve-ModuleVersionStringreturned[System.Version]on PS5.1
because[System.Management.Automation.SemanticVersion]is PS6+
only; adds a C# shim that defines the type at module load time
(#463,
closes #460)New-PlasterManifestemittedxmlnsinline on PS5.1 — .NET XML
serializer ignoresXmlWriterSettings.NewLineOnAttributesfor
namespace declarations; output is post-processed to normalise
formatting
(#464,
closes #461)Get-Culture -Nameis PS6+ only; replaced with
New-Object System.Globalization.CultureInfoin tests
(#462,
closes #459)