JustinGrote / ModuleFast

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

♻️ Switch to embedded NuGetVersion from custom classes #11

Closed JustinGrote closed 9 months ago

JustinGrote commented 9 months ago

By using the NuGetVersion class, a lot of custom code can be removed and replaced with battle-tested NuGet code while also improving performance and making the handing of prerelease version more feasible.

Fixes #3