Skip to content

Commit

Permalink
Merge branch 'pascalberger-choco-download-doc' into develop
Browse files Browse the repository at this point in the history
* pascalberger-choco-download-doc:
  (GH-1689) Add documentation that Chocolatey licensed is required
  • Loading branch information
devlead committed Jan 2, 2018
2 parents 46277d9 + 98488f1 commit 1f35896
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Cake.Common/Tools/Chocolatey/ChocolateyAliases.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1146,6 +1146,7 @@ public static void ChocolateyNew(this ICakeContext context, string packageId, Ch

/// <summary>
/// Downloads a Chocolatey package to the current working directory.
/// Requires Chocolatey licensed edition.
/// </summary>
/// <param name="context">The context.</param>
/// <param name="packageId">The id of the package to download.</param>
Expand All @@ -1165,6 +1166,9 @@ public static void ChocolateyDownload(this ICakeContext context, string packageI

/// <summary>
/// Downloads a Chocolatey package using the specified settings.
/// Requires Chocolatey licensed edition.
/// Features requiring Chocolatey for Business or a minimum version are documented
/// in <see cref="ChocolateyDownloadSettings"/>.
/// </summary>
/// <param name="context">The context.</param>
/// <param name="packageId">The id of the package to install.</param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ public ChocolateyDownloader(

/// <summary>
/// Downloads Chocolatey packages using the specified package id and settings.
/// Requires Chocolatey licensed edition.
/// Features requiring Chocolatey for Business or a minimum version are documented
/// in <see cref="ChocolateyDownloadSettings"/>.
/// </summary>
/// <param name="packageId">The source package id.</param>
/// <param name="settings">The settings.</param>
Expand Down

0 comments on commit 1f35896

Please sign in to comment.