RamblingCookieMonster / PSDepend

PowerShell Dependency Handler
MIT License
283 stars 76 forks source link

Support credentials for PSGalleryModule and PSGalleryNuget #100

Closed rlvandaveer closed 5 years ago

rlvandaveer commented 5 years ago

This is an update of the functionality written by @alphakilo45 to address issue #94 .

As part of this change I also modified barriers to using the nuget based code cross platform. I have successfully tested both PSGalleryModule and PSGalleryNuget dependencies in PowerShell Core on OSX.

rlvandaveer commented 5 years ago

@RamblingCookieMonster Let me know if anything else is required.

RamblingCookieMonster commented 5 years ago

Wheee! Awesome! I'll poke around when I have the chance, might be later this week - sorry, I'm sloooow!

rlvandaveer commented 5 years ago

Gentle bump

RamblingCookieMonster commented 5 years ago

Wheee! Merging now, will deploy tonight or tomorrow AM depending on timing, thanks : D

rlvandaveer commented 5 years ago

@RamblingCookieMonster My pleasure. Thanks for incorporating it.