JustinGrote / ModuleFast

A "fast and loose" way to install modules from Powershell Gallery quickly. Meant for CICD, not production
Other
74 stars 5 forks source link

Release version doesn't match PSGallery version #55

Closed ThomasNieto closed 6 months ago

ThomasNieto commented 6 months ago

The latest release on this repository is 0.1.0 while the latest version on PSGallery is 0.1.1. I believe you may have a bug in your module version bumping code.

JustinGrote commented 6 months ago

@ThomasNieto that was sort of on purpose, I didn't want to update the release notes but had to fix a problem in the gallery version where it included a nested zip.

This has been re-united with 0.1.2. Thanks for the note however!