choco-packages/urlrewrite/urlrewrite.nuspec
2017-10-11 15:31:02 +01:00

38 lines
2.2 KiB
XML
Executable file
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesnt appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>UrlRewrite</id>
<title>URL Rewrite for IIS (Install)</title>
<version>2.1.20171010</version>
<authors>Microsoft Inc.</authors>
<owners>Microsoft Inc.</owners>
<summary>Installs URL Rewrite for IIS</summary>
<description>URL Rewrite 2.1 for IIS 7 extends its foundation of rule-based URL rewriting with new support for outbound rewrite rules and with new capability to set HTTP request headers and IIS server variables. This new set of features provides administrators with complete control over the URL structure used by existing or legacy web applications that cannot be modified to natively support user and search engine friendly URLs.
</description>
<projectUrl>http://www.iis.net/extensions/URLRewrite</projectUrl>
<packageSourceUrl>https://github.com/bcc/choco-packages</packageSourceUrl>
<tags>microsoft iis urlrewrite url rewrite admin</tags>
<copyright>Microsoft</copyright>
<licenseUrl>http://download.microsoft.com/download/6/9/C/69C1195A-123E-4BE8-8EDF-371CDCA4EC6C/License_rtw.htm</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<iconUrl>http://www.microsoft.com/web/media/gallery/apps-screenshots/Microsoft-URLRewrite.png</iconUrl>
<releaseNotes>
#### 2.1.20171010
* Installs rewrite.dll 7.1.1980 (June 2017).
* Switching to HTTPS download URLs.
#### 2.0.20160107
* 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.
* Installation is now silent.
#### 2.0.20160209
* Added github URLs to manifest.
* Cosmetic package name change for consistency with previous chocolatey.org versions.
</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>