39 lines
2 KiB
XML
Executable file
39 lines
2 KiB
XML
Executable file
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
|
||
<!-- Data sources from WebPI: https://www.microsoft.com/web/webpi/5.0/webproductlist.xml -->
|
||
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
|
||
<metadata>
|
||
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
|
||
<id>iis-arr</id>
|
||
<title>iis-arr (Install)</title>
|
||
<version>3.0.20160107</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></packageSourceUrl>
|
||
<projectSourceUrl></projectSourceUrl>
|
||
<docsUrl></docsUrl>
|
||
<mailingListUrl></mailingListUrl>
|
||
<bugTrackerUrl></bugTrackerUrl>-->
|
||
<tags>iis-arr iis arr</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.20151123 - first packaging of ARR 3.0
|
||
* 3.0.20160107 - version bump for updated UrlRewrite dependency
|
||
</releaseNotes>
|
||
<!--<provides></provides>-->
|
||
</metadata>
|
||
<files>
|
||
<file src="tools\**" target="tools" />
|
||
</files>
|
||
</package>
|