File tree Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Expand file tree Collapse file tree 1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change 1
1
# 7.5 Changelog
2
2
3
+ ## [ 7.5.2] - 2025-06-24
4
+
5
+ ### Engine Updates and Fixes
6
+
7
+ - Move .NET method invocation logging to after the needed type conversion is done for method arguments (#25357 )
8
+
9
+ ### General Cmdlet Updates and Fixes
10
+
11
+ - Set standard handles explicitly when starting a process with ` -NoNewWindow ` (#25324 )
12
+ - Make inherited protected internal instance members accessible in class scope. (#25547 ) (Thanks @mawosoft !)
13
+ - Remove the old fuzzy suggestion and fix the local script file name suggestion (#25330 )
14
+ - Fix ` PSMethodInvocationConstraints.GetHashCode ` method (#25306 ) (Thanks @crazyjncsu !)
15
+
16
+ ### Build and Packaging Improvements
17
+
18
+ <details >
19
+
20
+ <summary >
21
+
22
+ <p >Update to .NET SDK 9.0.301</p >
23
+
24
+ </summary >
25
+
26
+ <ul >
27
+ <li >Correct Capitalization Referencing Templates (#25673)</li >
28
+ <li >Publish <code >.msixbundle</code > package as a VPack (#25621)</li >
29
+ <li >Update ThirdPartyNotices for v7.5.2 (#25658)</li >
30
+ <li >Manually update SqlClient in TestService</li >
31
+ <li >Update cgmanifest</li >
32
+ <li >Update package references</li >
33
+ <li >Update .NET SDK to latest version</li >
34
+ <li >Change linux packaging tests to ubuntu latest (#25639)</li >
35
+ <li >Fix MSIX artifact upload, vPack template, changelog hashes, git tag command (#25633)</li >
36
+ <li >Move MSIXBundle to Packages and Release to GitHub (#25517)</li >
37
+ <li >Use new variables template for vPack (#25435)</li >
38
+ </ul >
39
+
40
+ </details >
41
+
42
+ [ 7.5.2 ] : https://github.com/PowerShell/PowerShell/compare/v7.5.1...v7.5.2
43
+
44
+
3
45
## [ 7.5.1]
4
46
5
47
### Engine Updates and Fixes
You can’t perform that action at this time.
0 commit comments