File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -751,6 +751,7 @@ v6.1.0
751
751
v6.1.1
752
752
v6.2.0
753
753
v6.2.1
754
+ v6.2.2
754
755
validatenotnullorempty
755
756
versioned
756
757
versioning
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v6.2.2 - 07/16/2019
4
+
5
+ ### Breaking Changes
6
+
7
+ - Disable ` Enter-PSHostProcess ` cmdlet when system in lock down mode (Internal 8969)
8
+
9
+ ### Engine Updates and Fixes
10
+
11
+ - Create ` JumpList ` in STA thread as some COM APIs are strictly STA only to avoid sporadic CLR crashes (#10057 , #9928 ) (Thanks @bergmeister !)
12
+
13
+ ### Build and Packaging Improvements
14
+
15
+ - Update DotNet SDK and runtime framework version (Internal 9082, 9088, 9092)
16
+ - Make ` Hashtable ` case insensitivity test use current culture rather than shell to set culture (Internal 8529)
17
+ - Add automated RPM signing to release build (#10013 )
18
+ - Update copyright symbol for NuGet packages (#9936 )
19
+ - Bump ` Microsoft.ApplicationInsights ` from ` 2.9.1 ` to ` 2.10.0 ` (#9757 )
20
+ - Switch from BMP to PNG for graphical MSI installer assets (#9606 )
21
+ - Bump ` System.Net.Http.WinHttpHandler ` from ` 4.5.3 ` to ` 4.5.4 ` (#9789 )
22
+ - Enable building of MSIX package (#9289 , #9715 )
23
+
3
24
## v6.2.1 - 05/21/2019
4
25
5
26
### Engine Updates and Fixes
You can’t perform that action at this time.
0 commit comments