Let's add some documentation
This commit is contained in:
parent
d7c6d995d5
commit
02c368d312
2 changed files with 26 additions and 7 deletions
23
README.md
23
README.md
|
@ -1,2 +1,21 @@
|
||||||
# choco-packages
|
# Chocolatey Packages
|
||||||
Chocolatey Packages
|
|
||||||
|
To build:
|
||||||
|
|
||||||
|
choco pack urlrewrite/urlrewrite.nuspec
|
||||||
|
|
||||||
|
# Packages
|
||||||
|
|
||||||
|
## urlrewrite
|
||||||
|
|
||||||
|
https://chocolatey.org/packages/UrlRewrite
|
||||||
|
|
||||||
|
IIS URL Rewrite 2.0. Requires IIS to be installed or installation will fail.
|
||||||
|
|
||||||
|
## iis-externalcache
|
||||||
|
|
||||||
|
External Cache Module for IIS.
|
||||||
|
|
||||||
|
## iis-arr
|
||||||
|
|
||||||
|
Application Request Routing 3.0. Requires IIS to be installed, and the iis-externalcache and urlrewrite packages.
|
|
@ -27,16 +27,16 @@
|
||||||
<dependency id="" />
|
<dependency id="" />
|
||||||
</dependencies>-->
|
</dependencies>-->
|
||||||
<releaseNotes>
|
<releaseNotes>
|
||||||
## 2.0.20160107
|
#### 2.0.20160107
|
||||||
|
|
||||||
* Renaming unreleased package to UrlRewrite for compatibility with existing chocolatey.org package.
|
* Renaming unreleased package to UrlRewrite for compatibility with existing chocolatey.org package.
|
||||||
* Installs rewrite.dll 7.1.1952 (May 2015), updating 7.1.0761 (February 2010) from the 2.0.2 chocolatey package.
|
* Installs rewrite.dll 7.1.1952 (May 2015), updating 7.1.0761 (February 2010) from the 2.0.2 chocolatey package.
|
||||||
* Installation is now silent.
|
* Installation is now silent.
|
||||||
|
|
||||||
## 2.0.20160209
|
#### 2.0.20160209
|
||||||
|
|
||||||
* Added github URLs to manifest.
|
* Added github URLs to manifest.
|
||||||
* Cosmetic package name change for consistency with previous chocolatey.org versions.
|
* Cosmetic package name change for consistency with previous chocolatey.org versions.
|
||||||
</releaseNotes>
|
</releaseNotes>
|
||||||
<!--<provides></provides>-->
|
<!--<provides></provides>-->
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue