PSDepend simple syntax ( key = "string" vs. key = @{} ) will now default to GitHub repos if we see a \, PSGalleryModules otherwise. This same code also allows using fully qualified git clone URLs as the name, without specifying a DependencyType.
At the moment, we use Version as the value for a git checkout, allowing you to checkout a specific branch, commit, or even a tag. (tags:tagname).
Add Git dependency type and supporting code.
PSDepend simple syntax ( key = "string" vs. key = @{} ) will now default to GitHub repos if we see a
\
, PSGalleryModules otherwise. This same code also allows using fully qualified git clone URLs as the name, without specifying a DependencyType.At the moment, we use
Version
as the value for a git checkout, allowing you to checkout a specific branch, commit, or even a tag. (tags:tagname).