Version bump to remove no-longer-required iis-externalcache, switch to https URLs.
This commit is contained in:
parent
d6b2769108
commit
9e879d851f
2 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>iis-arr</id>
|
<id>iis-arr</id>
|
||||||
<title>IIS Application Request Routing (Install)</title>
|
<title>IIS Application Request Routing (Install)</title>
|
||||||
<version>3.0.20210401</version>
|
<version>3.0.20210521</version>
|
||||||
<authors>Microsoft Inc.</authors>
|
<authors>Microsoft Inc.</authors>
|
||||||
<owners>bcc</owners>
|
<owners>bcc</owners>
|
||||||
<summary>IIS Application Request Routing (ARR)</summary>
|
<summary>IIS Application Request Routing (ARR)</summary>
|
||||||
|
@ -19,9 +19,9 @@
|
||||||
<iconUrl>https://cdn.statically.io/gh/bcc/choco-packages/master/iis-arr/iis-arr.png</iconUrl>
|
<iconUrl>https://cdn.statically.io/gh/bcc/choco-packages/master/iis-arr/iis-arr.png</iconUrl>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency id="UrlRewrite" />
|
<dependency id="UrlRewrite" />
|
||||||
<dependency id="iis-externalcache" />
|
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<releaseNotes>
|
<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.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.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.20160107 - version bump for updated UrlRewrite dependency
|
||||||
|
|
|
@ -4,8 +4,8 @@ $ErrorActionPreference = 'Stop';
|
||||||
|
|
||||||
$packageName= 'iis-arr'
|
$packageName= 'iis-arr'
|
||||||
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
|
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
|
||||||
$url = 'http://download.microsoft.com/download/5/3/2/532630BE-7DCA-4352-984B-8D4EADBE5BEF/requestRouter_x86.msi'
|
$url = 'https://download.microsoft.com/download/5/3/2/532630BE-7DCA-4352-984B-8D4EADBE5BEF/requestRouter_x86.msi'
|
||||||
$url64 = 'http://download.microsoft.com/download/E/9/8/E9849D6A-020E-47E4-9FD0-A023E99B54EB/requestRouter_amd64.msi'
|
$url64 = 'https://download.microsoft.com/download/E/9/8/E9849D6A-020E-47E4-9FD0-A023E99B54EB/requestRouter_amd64.msi'
|
||||||
|
|
||||||
$packageArgs = @{
|
$packageArgs = @{
|
||||||
packageName = $packageName
|
packageName = $packageName
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue