From 64983a488fee1c02f6da9d2d131a3862902b92ac Mon Sep 17 00:00:00 2001 From: Chris Jungerius Date: Wed, 28 Feb 2018 14:54:14 +0100 Subject: [PATCH] Updated documentation --- ChocolateyTools/overview.md | 3 +++ README.md | 11 ++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChocolateyTools/overview.md b/ChocolateyTools/overview.md index 621f484..32509a3 100644 --- a/ChocolateyTools/overview.md +++ b/ChocolateyTools/overview.md @@ -34,3 +34,6 @@ Installs a package using Chocolatey. #### 1.0.8 - Made tasks available for build pipeline. + +#### 1.1.0 +- Added support for alternate package source (-s / --source) and you now can add custom other flags as needed. \ No newline at end of file diff --git a/README.md b/README.md index 3135eb5..32509a3 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,13 @@ Installs a package using Chocolatey. * **Package:** The package ID of the package to install. Check https://chocolatey.org/ for available packages * **Version:** Specific version of the package to install. Leave empty if you want to install the latest stable version. * **Alternate package source:** The source to find the package(s) to install. Special sources include: ruby, webpi, cygwin, windowsfeatures, and python. To specify more than one source, pass it with a semi-colon separating the values (-e.g. 'source1;source2'). Defaults to default feeds. -* **Other options:** Add extra options or switches as needed. \ No newline at end of file +* **Other options:** Add extra options or switches as needed. + + +## Releases + +#### 1.0.8 +- Made tasks available for build pipeline. + +#### 1.1.0 +- Added support for alternate package source (-s / --source) and you now can add custom other flags as needed. \ No newline at end of file