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

🐛 Handle NuGetVersion Edge Case with repeated zeroes #59

Closed JustinGrote closed 6 months ago

JustinGrote commented 6 months ago

NugetVersion does not detect repeated zeroes in a legacy nugetversion as being legacy and does not return the correct version type, causing the install folder to be incorrect.

Possibly related: https://github.com/NuGet/Home/issues/3050

Fixed #58

Related Issue Filed: https://github.com/NuGet/Home/issues/13156