File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 2
2
<package xmlns =" http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd" >
3
3
<metadata >
4
4
<id >iisexpress</id >
5
- <version >10.0.0.20220524 </version >
5
+ <version >10.0.2001.20240421 </version >
6
6
<packageSourceUrl >https://github.com/jberezanski/ChocolateyPackages/tree/master/iisexpress</packageSourceUrl >
7
7
<owners >jberezanski</owners >
8
8
<title >Microsoft IIS Express</title >
@@ -22,10 +22,7 @@ The benefits of using IIS 10.0 Express include:
22
22
- IIS Express runs on Windows 7 Service Pack 1 and all later versions of Windows.
23
23
- Many users can work independently on the same computer.</description >
24
24
<releaseNotes >
25
- 10.0.0.20220524 : Updated checksum (the native installers have been updated in place).
25
+ 10.0.2001.20240421 : Updated version and checksum (the native installers have been updated in place), removed obsolete dependency .
26
26
</releaseNotes >
27
- <dependencies >
28
- <dependency id =" dotnet4.0" version =" 4.0.30319.20141222" />
29
- </dependencies >
30
27
</metadata >
31
28
</package >
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ $arguments = @{
8
8
3010 # success, restart required
9
9
)
10
10
url = ' https://download.microsoft.com/download/C/E/8/CE8D18F5-D4C0-45B5-B531-ADECD637A1AA/iisexpress_x86_en-US.msi'
11
- checksum = ' D51D6299EE266AE9180CCF2C48B0B4146E551FBFECA7CC83C840AB41078B8452 '
11
+ checksum = ' 860B3F97C35E9E99B24C44FD110649680D45CFE6FE97E793ACF81DEAF0E373B2 '
12
12
checksumType = ' sha256'
13
13
url64 = ' https://download.microsoft.com/download/C/E/8/CE8D18F5-D4C0-45B5-B531-ADECD637A1AA/iisexpress_amd64_en-US.msi'
14
- checksum64 = ' 9FEE6C7DB937C215BBFBD35D62F9E8A5AE24C56551056B0325FFC1A63EB6B828 '
14
+ checksum64 = ' 18304FE8A65E397C65FE77C6E73B0ACB1556E8ED7EC9C94678DD42FA7AC1671F '
15
15
checksumType64 = ' sha256'
16
16
}
17
17
You can’t perform that action at this time.
0 commit comments