choco-packages/iis-arr/iis-arr.nuspec
2018-02-07 14:08:25 +00:00

33 lines
1.8 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>iis-arr</id>
<title>IIS Application Request Routing (Install)</title>
<version>3.0.20180207</version>
<authors>Microsoft Inc.</authors>
<owners>Microsoft Inc.</owners>
<summary>IIS Application Request Routing (ARR)</summary>
<description>Microsoft Application Request Routing for IIS is a proxy-based routing module that forwards HTTP requests to application servers based on HTTP headers and server variables, and load balance algorithms
</description>
<projectUrl>http://www.iis.net/downloads/microsoft/application-request-routing</projectUrl>
<packageSourceUrl>https://github.com/bcc/choco-packages</packageSourceUrl>
<tags>iis-arr iis arr admin</tags>
<copyright></copyright>
<licenseUrl>http://go.microsoft.com/?linkid=9835457</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<iconUrl>http://www.microsoft.com/web/media/gallery/apps-screenshots/Microsoft-App-Request-Routing.png</iconUrl>
<dependencies>
<dependency id="UrlRewrite" />
<dependency id="iis-externalcache" />
</dependencies>
<releaseNotes>
* 3.0.20180207 - Updated for the silent release from 3.0.1952 to 3.0.1988. Not currently clear on changes but the new MSIs have a valid MS code signature.
* 3.0.20160107 - version bump for updated UrlRewrite dependency
* 3.0.20151123 - first packaging of ARR 3.0
</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>