Skip to content

Tags: JustinGrote/ModuleFast

Tags

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨ 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
![image](https://github.com/user-attachments/assets/b32dd608-2997-4fef-a038-c4cf903c2865)

v0.5.1

Toggle v0.5.1's commit message
🐛 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]>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
📄 Fix markdown mistake

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🐛 Fix blob storage extra slash (#92)

Resolves an issue where feeds that provide a trailing slash on their repositories and are strict on slashes (Azure Blob Storage) wouldn't resolve correctly.

v0.3.0

Toggle v0.3.0's commit message
👷‍♂️ Explicitly call out Packagemanagement (conflict with AnyPackage)

v0.2.0

Toggle v0.2.0's commit message
🐛 ShouldProcess fails if Debug is specified in NonInteractive Mode (#78)

Fixes #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 #43