Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb1f8e1

Browse files
authored
Bump .NET SDK to 8.0.0 RTM build and move the current preview changelog to 7.4.md (#20850)
1 parent ddb9138 commit fb1f8e1

14 files changed

Lines changed: 70 additions & 31 deletions

File tree

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,42 @@
1-
# Current preview release
1+
# 7.4 Changelog
2+
3+
## [7.4.0] - 2023-11-16
4+
5+
### General Cmdlet Updates and Fixes
6+
7+
- Added a missing `ConfigureAwait(false)` call to webcmdlets so they don't block (#20622)
8+
- Fix `Group-Object` so output uses current culture (#20623)
9+
- Block getting help from network locations in restricted remoting sessions (#20615)
10+
11+
### Build and Packaging Improvements
12+
13+
<details>
14+
15+
<summary>
16+
17+
<p>Bump .NET 8 to 8.0.0 RTM build</p>
18+
19+
</summary>
20+
21+
<ul>
22+
<li>Add internal .NET SDK URL parameter to release pipeline (Internal 28474)</li>
23+
<li>Update the CGManifest file for v7.4.0 release (Internal 28457)</li>
24+
<li>Fix repository root for the nuget.config (Internal 28456)</li>
25+
<li>Add internal nuget feed to compliance build (Internal 28449)</li>
26+
<li>Copy azure blob with PowerShell global tool to private blob and move to CDN during release (Internal 28438)</li>
27+
<li>Fix release build by making the internal SDK parameter optional (#20658) (Internal 28440)</li>
28+
<li>Make internal .NET SDK URL as a parameter for release builld (#20655) (Internal 28428)</li>
29+
<li>Update <code>PSResourceGet</code> version for <code>1.0.1</code> release (#20652) (Internal 28427)</li>
30+
<li>Bump .NET 8 to 8.0.0 RTM build (Internal 28360)</li>
31+
<li>Remove Auth header content from ErrorRecord (Internal 28409)</li>
32+
<li>Fix setting of variable to consume internal SDK source (Internal 28354)</li>
33+
<li>Bump Microsoft.Management.Infrastructure to v3.0.0 (Internal 28352)</li>
34+
<li>Bump <code>Microsoft.PowerShell.Native</code> to <code>v7.4.0</code> (#20617) (#20624)</li>
35+
</ul>
36+
37+
</details>
38+
39+
[7.4.0]: https://github.com/PowerShell/PowerShell/compare/v7.4.0-rc.1...v7.4.0
240

341
## [7.4.0-rc.1] - 2023-10-24
442

DotnetRuntimeMetadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"sdk": {
3-
"channel": "8.0.1xx-rc2",
3+
"channel": "8.0.1xx",
44
"quality": "daily",
55
"qualityFallback": "preview",
6-
"packageVersionPattern": "8.0.0-rc.2",
6+
"packageVersionPattern": "8.0.0",
77
"sdkImageVersion": "8.0.100",
8-
"nextChannel": "8.0.1xx-rc2",
8+
"nextChannel": "8.0.1xx",
99
"azureFeed": "",
10-
"sdkImageOverride": "8.0.100-rc.2.23502.2"
10+
"sdkImageOverride": "8.0.100-rtm.23551.15"
1111
},
1212
"internalfeed": {
1313
"url": ""

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "8.0.100-rc.2.23502.2"
3+
"version": "8.0.100"
44
}
55
}

src/Microsoft.PowerShell.Commands.Diagnostics/Microsoft.PowerShell.Commands.Diagnostics.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<ProjectReference Include="..\System.Management.Automation\System.Management.Automation.csproj" />
11-
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="8.0.0-rc.2.23479.6" />
11+
<PackageReference Include="System.Diagnostics.PerformanceCounter" Version="8.0.0" />
1212
</ItemGroup>
1313

1414
<PropertyGroup>

src/Microsoft.PowerShell.Commands.Management/Microsoft.PowerShell.Commands.Management.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747

4848
<ItemGroup>
4949
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
50-
<PackageReference Include="System.ServiceProcess.ServiceController" Version="8.0.0-rc.2.23479.6" />
50+
<PackageReference Include="System.ServiceProcess.ServiceController" Version="8.0.0" />
5151
</ItemGroup>
5252

5353
</Project>

src/Microsoft.PowerShell.Commands.Utility/Microsoft.PowerShell.Commands.Utility.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333

3434
<ItemGroup>
3535
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" />
36-
<PackageReference Include="System.Threading.AccessControl" Version="8.0.0-rc.2.23479.6" />
37-
<PackageReference Include="System.Drawing.Common" Version="8.0.0-rc.2.23479.14" />
36+
<PackageReference Include="System.Threading.AccessControl" Version="8.0.0" />
37+
<PackageReference Include="System.Drawing.Common" Version="8.0.0" />
3838
<PackageReference Include="JsonSchema.Net" Version="5.4.0" />
3939
</ItemGroup>
4040

src/Microsoft.PowerShell.CoreCLR.Eventing/Microsoft.PowerShell.CoreCLR.Eventing.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
11-
<PackageReference Include="System.Diagnostics.EventLog" Version="8.0.0-rc.2.23479.6" />
11+
<PackageReference Include="System.Diagnostics.EventLog" Version="8.0.0" />
1212
</ItemGroup>
1313

1414
</Project>

src/Microsoft.PowerShell.SDK/Microsoft.PowerShell.SDK.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
<!-- the following package(s) are from https://github.com/dotnet/fxdac -->
2020
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
2121
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
22-
<PackageReference Include="System.IO.Packaging" Version="8.0.0-rc.2.23479.6" />
23-
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="8.0.0-rc.2.23479.6" />
24-
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0-rc.2.23479.6" />
22+
<PackageReference Include="System.IO.Packaging" Version="8.0.0" />
23+
<PackageReference Include="System.Net.Http.WinHttpHandler" Version="8.0.0" />
24+
<PackageReference Include="System.Text.Encodings.Web" Version="8.0.0" />
2525
<!--
2626
the following package(s) are from https://github.com/dotnet/wcf
2727
they are pinned to the version 4.10.x due to a breaking change in newer versions.
@@ -34,7 +34,7 @@
3434
<PackageReference Include="System.ServiceModel.Security" Version="4.10.3" />
3535
<PackageReference Include="System.Private.ServiceModel" Version="4.10.3" />
3636
<!-- the source could not be found for the following package(s) -->
37-
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.0-rc.2.23479.10" />
37+
<PackageReference Include="Microsoft.Windows.Compatibility" Version="8.0.0" />
3838
</ItemGroup>
3939

4040
</Project>

src/Microsoft.WSMan.Management/Microsoft.WSMan.Management.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<ProjectReference Include="..\System.Management.Automation\System.Management.Automation.csproj" />
1111
<ProjectReference Include="..\Microsoft.WSMan.Runtime\Microsoft.WSMan.Runtime.csproj" />
1212
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
13-
<PackageReference Include="System.ServiceProcess.ServiceController" Version="8.0.0-rc.2.23479.6" />
13+
<PackageReference Include="System.ServiceProcess.ServiceController" Version="8.0.0" />
1414
</ItemGroup>
1515

1616
<PropertyGroup>

src/System.Management.Automation/System.Management.Automation.csproj

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@
3434
<!-- the Application Insights package -->
3535
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.21.0" />
3636
<!-- the following package(s) are from https://github.com/dotnet/corefx -->
37-
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="8.0.0-rc.2.23479.6" />
38-
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0-rc.2.23479.6" />
39-
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.0-rc.2.23479.6" />
40-
<PackageReference Include="System.DirectoryServices" Version="8.0.0-rc.2.23479.6" />
37+
<PackageReference Include="Microsoft.Win32.Registry.AccessControl" Version="8.0.0" />
38+
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
39+
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="8.0.0" />
40+
<PackageReference Include="System.DirectoryServices" Version="8.0.0" />
4141
<!--PackageReference Include="System.IO.FileSystem.AccessControl" Version="6.0.0-preview.5.21301.5" /-->
42-
<PackageReference Include="System.Management" Version="8.0.0-rc.2.23479.6" />
43-
<PackageReference Include="System.Security.AccessControl" Version="6.0.2-mauipre.1.22102.15" />
44-
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="8.0.0-rc.2.23479.6" />
45-
<PackageReference Include="System.Security.Permissions" Version="8.0.0-rc.2.23479.6" />
46-
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0-rc.2.23479.6" />
42+
<PackageReference Include="System.Management" Version="8.0.0" />
43+
<PackageReference Include="System.Security.AccessControl" Version="6.0.0" />
44+
<PackageReference Include="System.Security.Cryptography.Pkcs" Version="8.0.0" />
45+
<PackageReference Include="System.Security.Permissions" Version="8.0.0" />
46+
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
4747
<!-- the following package(s) are from the powershell org -->
4848
<PackageReference Include="Microsoft.Management.Infrastructure" Version="3.0.0" />
4949
<PackageReference Include="Microsoft.PowerShell.Native" Version="7.4.0" />

0 commit comments

Comments
 (0)