Skip to content

Tags: ChrisLGardner/ModuleFast

Tags

v0.2.0

Toggle v0.2.0's commit message
🐛 ShouldProcess fails if Debug is specified in NonInteractive Mode (J…

…ustinGrote#78)

Fixes JustinGrote#73

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
♻️ Replace Clean block for 7.2 Compatibility

* ♻️ Replace Clean block for 7.2 Compatibility

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
♻️ Replace Clean block for 7.2 Compatibility

* ♻️ Replace Clean block for 7.2 Compatibility

v0.1.0

Toggle v0.1.0's commit message
💄Better dependency message

v0.1.0-rc1

Toggle v0.1.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
✨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 JustinGrote#43

v0.0.1

Toggle v0.0.1's commit message
Add some Update gating and tests