Tags: JustinGrote/ModuleFast
Tags
✨ Exclude Prereleases from Exclusive Matching (#108) Modifies behavior so that `Module<2.0` does not match `2.0.0-alpha1` unless `-StrictSemVer` is specified Fixes #107 
🐛 Modules with Trailing Zeroes do not install correctly (#100) Fixes #98 Co-authored-by: Justin Grote <[email protected]> Co-authored-by: Raimund Andree <[email protected]>
✨Install-Time GUID Mismatch Detection ModuleFast will now check at install time if the manifest GUID does not match what was in the spec. We unfortunately cannot do this earlier in the process without fully downloading the modules, as Nuget v3 doesn't have a standard location to store the GUID for PowerShell modules in the metadata. There could potentially be a tag like "GUID:XXX-YYY-ZZZ" used for this purpose in the future. A warning was also added against using GUID to match in general. Fixes #43
PreviousNext