Updated MSI checksums and bumped version

This commit is contained in:
Ryan Brown 2021-04-01 16:11:46 +11:00
parent a4c4e36eae
commit 23a24ef2f6
No known key found for this signature in database
GPG key ID: C9C51E505328964D
2 changed files with 4 additions and 3 deletions

View file

@ -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.20180207</version> <version>3.0.20210401</version>
<authors>Microsoft Inc.</authors> <authors>Microsoft Inc.</authors>
<owners>Microsoft Inc.</owners> <owners>Microsoft Inc.</owners>
<summary>IIS Application Request Routing (ARR)</summary> <summary>IIS Application Request Routing (ARR)</summary>
@ -22,6 +22,7 @@
<dependency id="iis-externalcache" /> <dependency id="iis-externalcache" />
</dependencies> </dependencies>
<releaseNotes> <releaseNotes>
* 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
* 3.0.20151123 - first packaging of ARR 3.0 * 3.0.20151123 - first packaging of ARR 3.0

View file

@ -18,9 +18,9 @@ $packageArgs = @{
validExitCodes= @(0, 3010, 1641) validExitCodes= @(0, 3010, 1641)
softwareName = 'Microsoft Application Request Routing 3.0' softwareName = 'Microsoft Application Request Routing 3.0'
checksum = 'd28562a13d5af235d2c3dfe2f0e82214af696486' checksum = 'cbf4ac61fba2bcc57a7c55b40372b63879bf218f'
checksumType = 'sha1' checksumType = 'sha1'
checksum64 = '9bbe610e347909afa68230778b9242bb57bbbc55' checksum64 = '8b258c3d62ac41192f1d01ba9fcfedd8421320ba'
checksumType64= 'sha1' checksumType64= 'sha1'
} }