File tree Expand file tree Collapse file tree 3 files changed +78
-1
lines changed Expand file tree Collapse file tree 3 files changed +78
-1
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,9 @@ cdxml
114
114
celsius
115
115
CentOS
116
116
codeql-action
117
- cgmanifest
118
117
CGManifest
118
+ cgmanifest.json
119
+ cgmanifest
119
120
changelog
120
121
changelog.md
121
122
changelogs
@@ -325,6 +326,7 @@ functionprovider
325
326
FunctionTable
326
327
fxdependent
327
328
gabrielsroka
329
+ GAC_Arm64
328
330
gamified
329
331
gc.regions.xml
330
332
Generic.SortedList
@@ -614,6 +616,7 @@ new-wsmaninstance
614
616
new-wsmansessionoption
615
617
NextTurn
616
618
ngharo
619
+ Newtonsoft.Json
617
620
NJsonSchema
618
621
NoMoreFood
619
622
non-22
@@ -1052,6 +1055,7 @@ v7.1.6
1052
1055
v7.1.7
1053
1056
v7.2.2
1054
1057
v7.3.0
1058
+ v7.0.13
1055
1059
validatenotnullorempty
1056
1060
ValidateSet
1057
1061
varunsh-coder
Original file line number Diff line number Diff line change 1
1
# 7.0 Changelog
2
2
3
+ ## [ 7.0.13] - 2022-10-20
4
+
5
+ ### Engine Updates and Fixes
6
+
7
+ - Stop sending telemetry about ` ApplicationType ` (#18265 )
8
+
9
+ ### Build and Packaging Improvements
10
+
11
+ <details >
12
+
13
+ <summary >
14
+
15
+ <p >Bump .NET SDK to 3.1.424 (#18272)</p >
16
+
17
+ </summary >
18
+
19
+ <ul >
20
+ <li >Update Wix file for new assemblies (Internal 22873)</li >
21
+ <li >Update the <code >cgmanifest.json</code > for <code >v7.0.13</code > (#18318)</li >
22
+ <li >Update <code >Newtonsoft.Json</code > version for 7.0.13 release (#18259)</li >
23
+ <li >Fix <code >build.psm1</code > to not specify both version and quality for <code >dotnet-install</code > (#18267)</li >
24
+ <li >Update list of PowerShell team members in release tools(#18266)</li >
25
+ <li >Move <code >cgmanifest</code > generation to daily (#18268)</li >
26
+ <li >Disable static analysis CI on 7.0 (#18269)</li >
27
+ </ul >
28
+
29
+ </details >
30
+
31
+ [ 7.0.13 ] : https://github.com/PowerShell/PowerShell/compare/v7.0.12...v7.0.13
32
+
33
+
3
34
## [ 7.0.12] - 2022-08-11
4
35
5
36
### General Cmdlet Updates and Fixes
Original file line number Diff line number Diff line change 1
1
# 7.2 Changelog
2
2
3
+ ## [ 7.2.7] - 2022-10-20
4
+
5
+ ### Engine Updates and Fixes
6
+
7
+ - On Unix, explicitly terminate the native process during cleanup only if it's not running in background (#18280 )
8
+ - Stop sending telemetry about ` ApplicationType ` (#18168 )
9
+
10
+ ### General Cmdlet Updates and Fixes
11
+
12
+ - Remove the 1-second minimum delay in ` Invoke-WebRequest ` for downloading small files, and prevent file-download-error suppression (#18170 )
13
+ - Enable searching for assemblies in GAC_Arm64 on Windows (#18169 )
14
+ - Fix error formatting to use color defined in ` $PSStyle.Formatting ` (#18287 )
15
+
16
+ ### Tests
17
+
18
+ - Use Ubuntu 20.04 for SSH remoting test (#18289 )
19
+
20
+ ### Build and Packaging Improvements
21
+
22
+ <details >
23
+
24
+ <summary >
25
+
26
+ <p >Bump .NET to version 6.0.402 (#18188)(#18290)</p >
27
+
28
+ </summary >
29
+
30
+ <ul >
31
+ <li >Update cgmanifest (#18319)</li >
32
+ <li >Fix <code >build.psm1</code > to find the required .NET SDK version when a higher version is installed (#17299) (#18282)</li >
33
+ <li >Update MSI exit message (#18173)</li >
34
+ <li >Remove XML files for min-size package (#18274)</li >
35
+ <li >Update list of PS team members in release tools (#18171)</li >
36
+ <li >Make the link to minimal package blob public during release (#18174)</li >
37
+ <li >Add XML reference documents to NuPkg files for SDK (#18172)</li >
38
+ <li >Update to use version 2.21.0 of Application Insights (#18271)</li >
39
+ </ul >
40
+
41
+ </details >
42
+
43
+ [ 7.2.7 ] : https://github.com/PowerShell/PowerShell/compare/v7.2.6...v7.2.7
44
+
3
45
## [ 7.2.6] - 2022-08-11
4
46
5
47
### Engine Updates and Fixes
You can’t perform that action at this time.
0 commit comments