Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 0f6d0a0

Browse files
authored
Mark packages as stable for 2.0.4 (#25321)
1 parent 0912774 commit 0f6d0a0

File tree

2 files changed

+21
-15
lines changed

2 files changed

+21
-15
lines changed

pkg/Microsoft.Private.PackageBaseline/packageIndex.json

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"4.0.1",
5656
"4.0.0",
5757
"4.3.0",
58-
"4.4.0"
58+
"4.4.0",
59+
"4.4.1"
5960
],
6061
"BaselineVersion": "4.4.0",
6162
"InboxOn": {
@@ -736,7 +737,8 @@
736737
"4.0.10",
737738
"4.1.0",
738739
"4.3.0",
739-
"4.4.0"
740+
"4.4.0",
741+
"4.4.1"
740742
],
741743
"BaselineVersion": "4.4.0",
742744
"InboxOn": {
@@ -966,7 +968,8 @@
966968
},
967969
"System.Configuration.ConfigurationManager": {
968970
"StableVersions": [
969-
"4.4.0"
971+
"4.4.0",
972+
"4.4.1"
970973
],
971974
"BaselineVersion": "4.4.0",
972975
"InboxOn": {},
@@ -1121,7 +1124,8 @@
11211124
"4.1.0",
11221125
"4.3.0",
11231126
"4.4.0",
1124-
"4.4.1"
1127+
"4.4.1",
1128+
"4.4.2"
11251129
],
11261130
"BaselineVersion": "4.4.0",
11271131
"InboxOn": {
@@ -1977,7 +1981,8 @@
19771981
"StableVersions": [
19781982
"4.0.0",
19791983
"4.3.0",
1980-
"4.4.0"
1984+
"4.4.0",
1985+
"4.4.1"
19811986
],
19821987
"BaselineVersion": "4.4.0",
19831988
"InboxOn": {},
@@ -3796,7 +3801,8 @@
37963801
"StableVersions": [
37973802
"4.0.0",
37983803
"4.3.0",
3799-
"4.4.0"
3804+
"4.4.0",
3805+
"4.4.1"
38003806
],
38013807
"BaselineVersion": "4.4.0",
38023808
"InboxOn": {},
@@ -4016,7 +4022,8 @@
40164022
},
40174023
"System.Security.Cryptography.Xml": {
40184024
"StableVersions": [
4019-
"4.4.0"
4025+
"4.4.0",
4026+
"4.4.1"
40204027
],
40214028
"BaselineVersion": "4.4.0",
40224029
"InboxOn": {},
@@ -4026,7 +4033,8 @@
40264033
},
40274034
"System.Security.Permissions": {
40284035
"StableVersions": [
4029-
"4.4.0"
4036+
"4.4.0",
4037+
"4.4.1"
40304038
],
40314039
"BaselineVersion": "4.4.0",
40324040
"InboxOn": {},
@@ -4077,7 +4085,8 @@
40774085
"StableVersions": [
40784086
"4.0.0",
40794087
"4.3.0",
4080-
"4.4.0"
4088+
"4.4.0",
4089+
"4.4.1"
40814090
],
40824091
"BaselineVersion": "4.4.0",
40834092
"InboxOn": {},
@@ -4284,7 +4293,8 @@
42844293
"StableVersions": [
42854294
"4.1.0",
42864295
"4.3.0",
4287-
"4.4.0"
4296+
"4.4.0",
4297+
"4.4.1"
42884298
],
42894299
"BaselineVersion": "4.4.0",
42904300
"InboxOn": {},

src/packages.builds

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
<Project Include="$(MSBuildThisFileDirectory)..\pkg\Microsoft.Private.PackageBaseline\Microsoft.Private.PackageBaseline.builds">
2121
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
2222
</Project>
23-
<!-- add specific builds / pkgproj's here to include in servicing builds -->
2423
<Project Include="$(MSBuildThisFileDirectory)..\pkg\Microsoft.Private.CoreFx.NETCoreApp\Microsoft.Private.CoreFx.NETCoreApp.builds">
2524
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
2625
</Project>
26+
<!-- add specific builds / pkgproj's here to include in servicing builds -->
2727
<Project Include="Microsoft.CSharp\pkg\*.pkgproj">
2828
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
2929
</Project>
@@ -54,10 +54,6 @@
5454
<Project Include="System.ServiceProcess.ServiceController\pkg\*.pkgproj">
5555
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
5656
</Project>
57-
<!-- Servicing support package to include the changes required for 4.7.1 -->
58-
<Project Include="$(MSBuildThisFileDirectory)..\pkg\NETStandard.Library.NETFramework\NETStandard.Library.NETFramework.builds">
59-
<AdditionalProperties>$(AdditionalProperties)</AdditionalProperties>
60-
</Project>
6157
</ItemGroup>
6258

6359
<UsingTask TaskName="GenerateNetStandardSupportTable" AssemblyFile="$(PackagingTaskDir)Microsoft.DotNet.Build.Tasks.Packaging.dll" />

0 commit comments

Comments
 (0)