Skip to content

Commit

Permalink
(chocolateyGH-1021) Authcred
Browse files Browse the repository at this point in the history
Updated version number of comment/header.
  • Loading branch information
Russell Mora committed Jan 23, 2017
1 parent 1f89144 commit d117717
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ The recommendation is to use at least SHA256.
.PARAMETER Credential
OPTIONAL - A System.Net.ICredentials object that contains credentials to
use to authenticate to the URL server. This is just ultimately passed
onto System.Net.HttpWebRequest Crentials property. Available in 0.9.11+
onto System.Net.HttpWebRequest Crentials property. Available in 0.10.4+
.PARAMETER Options
OPTIONAL - Specify custom headers. Available in 0.9.10+.
Expand Down
2 changes: 1 addition & 1 deletion src/chocolatey.resources/helpers/functions/Get-WebFile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ command line'.
.PARAMETER Credential
OPTIONAL - A System.Net.ICredentials object that contains credentials to
use to authenticate to the URL server. This is just ultimately passed
onto System.Net.HttpWebRequest Crentials property. Available in 0.9.11+
onto System.Net.HttpWebRequest Crentials property. Available in 0.10.4+
.PARAMETER PassThru
DO NOT USE - holdover from original function.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ command line'.
.PARAMETER Credential
OPTIONAL - A System.Net.ICredentials object that contains credentials to
use to authenticate to the URL server. This is just ultimately passed
onto System.Net.HttpWebRequest Crentials property. Available in 0.9.11+
onto System.Net.HttpWebRequest Crentials property. Available in 0.10.4+
.PARAMETER IgnoredArguments
Allows splatting with arguments that do not apply. Do not use directly.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ command line'.
.PARAMETER Credential
OPTIONAL - A System.Net.ICredentials object that contains credentials to
use to authenticate to the URL server. This is just ultimately passed
onto System.Net.HttpWebRequest Crentials property. Available in 0.9.11+
onto System.Net.HttpWebRequest Crentials property. Available in 0.10.4+
.PARAMETER IgnoredArguments
Allows splatting with arguments that do not apply. Do not use directly.
Expand Down

0 comments on commit d117717

Please sign in to comment.