RamblingCookieMonster / PSDepend

PowerShell Dependency Handler
MIT License
285 stars 76 forks source link

Rebased: Remove .exe dependency for Git and allow Repository to be $Null to rely on registered ones #95

Closed gaelcolas closed 6 years ago

gaelcolas commented 6 years ago

Finally rebased the changed I made in #59 fixing #47 and #55.

It should be a non-breaking change.

This will remove the Repository parameter to the Install/Find/Save module calls, effectively relying on the currently registered PSRepositories. (I still think that should be default behaviour, but it would then be a breaking change).

RamblingCookieMonster commented 6 years ago

LGTM! Yeah, I could see relying on the default and introducing that in a new major version down the line?