choco-packages/iis-arr/iis-arr.nuspec

34 lines
1.9 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.20210521</version>
<authors>Microsoft Inc.</authors>
<owners>bcc</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>https://cdn.statically.io/gh/bcc/choco-packages/master/iis-arr/iis-arr.png</iconUrl>
<dependencies>
<dependency id="UrlRewrite" />
</dependencies>
<releaseNotes>
* 3.0.20210521 - Version bump to remove no-longer-required iis-externalcache, switch to https URLs.
* 3.0.20210401 - Version and checksum bump with ARR MSI update from March 2021
* 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>