Merge pull request #6 from ryanbrown-iress/20210401_Fix_Checksum_Fail
Updated MSI checksums and bumped version
This commit is contained in:
commit
ac14a7d55c
2 changed files with 4 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
<metadata>
|
||||
<id>iis-arr</id>
|
||||
<title>IIS Application Request Routing (Install)</title>
|
||||
<version>3.0.20180207</version>
|
||||
<version>3.0.20210401</version>
|
||||
<authors>Microsoft Inc.</authors>
|
||||
<owners>Microsoft Inc.</owners>
|
||||
<summary>IIS Application Request Routing (ARR)</summary>
|
||||
|
@ -22,6 +22,7 @@
|
|||
<dependency id="iis-externalcache" />
|
||||
</dependencies>
|
||||
<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.20160107 - version bump for updated UrlRewrite dependency
|
||||
* 3.0.20151123 - first packaging of ARR 3.0
|
||||
|
|
|
@ -18,9 +18,9 @@ $packageArgs = @{
|
|||
validExitCodes= @(0, 3010, 1641)
|
||||
|
||||
softwareName = 'Microsoft Application Request Routing 3.0'
|
||||
checksum = 'd28562a13d5af235d2c3dfe2f0e82214af696486'
|
||||
checksum = 'cbf4ac61fba2bcc57a7c55b40372b63879bf218f'
|
||||
checksumType = 'sha1'
|
||||
checksum64 = '9bbe610e347909afa68230778b9242bb57bbbc55'
|
||||
checksum64 = '8b258c3d62ac41192f1d01ba9fcfedd8421320ba'
|
||||
checksumType64= 'sha1'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue