You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,14 @@
1
+
2.5.2
2
+
* Fixed a PowerShell compatibility issue when using LocalMachine. LocalMachine will always run PowerShell 5.1.
3
+
1
4
2.5.1
2
5
* Fixed WinSQL service name when InstanceID differs from InstanceName
3
6
4
7
2.5.0
5
8
* Added the Bindings to the end of the thumbprint to make the alias unique.
6
9
* Using new IISWebBindings commandlet to use additional SSL flags when binding certificate to website.
7
10
* Added multi-platform support for .Net6 and .Net8.
8
-
* Updated various PowerShell scripts to handle both .Net6 and .Net8 differences (specifically the absense of the WebAdministration module in PS SDK 7.4.x+)
11
+
* Updated various PowerShell scripts to handle both .Net6 and .Net8 differences (specifically the absence of the WebAdministration module in PS SDK 7.4.x+)
9
12
* Fixed issue to update multiple websites when using the same cert.
10
13
* Removed renewal thumbprint logic to update multiple website; each job now updates its own specific certificate.
thrownewException($"An error occurred while attempting to create the PowerShell instance. This version requires .Net8 and PowerShell SDK 7.2 or greater. Please verify the version of .Net8 and PowerShell installed on your machine.");
0 commit comments