Skip to content

Commit

Permalink
Update master branch packaging to harvest latest release of 1.1.0
Browse files Browse the repository at this point in the history
* This updates the harvested S.P.SM assembly for netcore50 and netstandard1.3 to the most recently released version that was released in package 4.3.1
* The harvested S.P.SM assembly version should now be 4.1.1.1
  • Loading branch information
StephenBonikowsky committed Jan 26, 2018
1 parent 58e0442 commit 1844904
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 17 deletions.
12 changes: 6 additions & 6 deletions external/harvestPackages/harvestPackages.netstandard1.6.depproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@

<ItemGroup>
<PackageReference Include="System.Private.ServiceModel">
<Version>4.3.0</Version>
<Version>4.3.1</Version>
</PackageReference>
<PackageReference Include="System.ServiceModel.Duplex">
<Version>4.3.0</Version>
<Version>4.3.1</Version>
</PackageReference>
<PackageReference Include="System.ServiceModel.Http">
<Version>4.3.0</Version>
<Version>4.3.1</Version>
</PackageReference>
<PackageReference Include="System.ServiceModel.NetTcp">
<Version>4.3.0</Version>
<Version>4.3.1</Version>
</PackageReference>
<PackageReference Include="System.ServiceModel.Primitives">
<Version>4.3.0</Version>
<Version>4.3.1</Version>
</PackageReference>
<PackageReference Include="System.ServiceModel.Security">
<Version>4.3.0</Version>
<Version>4.3.1</Version>
</PackageReference>
</ItemGroup>

Expand Down
24 changes: 13 additions & 11 deletions pkg/baseline/packageIndex.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@
"StableVersions": [
"4.0.0",
"4.1.0",
"4.3.0"
"4.3.0",
"4.3.1"
],
"BaselineVersion": "4.5.0",
"InboxOn": {},
"AssemblyVersionInPackageVersion": {
"4.1.1.0": "4.3.0",
"4.1.1.1": "4.3.1",
"4.1.2.0": "4.4.0",
"4.5.0.0": "4.5.0"
}
Expand All @@ -30,14 +32,14 @@
"StableVersions": [
"4.0.0",
"4.0.1",
"4.3.0"
"4.3.1"
],
"BaselineVersion": "4.5.0",
"InboxOn": {},
"AssemblyVersionInPackageVersion": {
"4.0.0.0": "4.0.0",
"4.0.1.0": "4.0.1",
"4.0.2.0": "4.3.0",
"4.0.2.0": "4.3.1",
"4.1.0.0": "4.4.0",
"4.5.0.0": "4.5.0"
}
Expand All @@ -48,7 +50,7 @@
"4.0.0",
"4.0.10",
"4.1.0",
"4.3.0"
"4.3.1"
],
"BaselineVersion": "4.5.0",
"InboxOn": {},
Expand All @@ -57,7 +59,7 @@
"4.0.0.0": "4.0.0",
"4.0.10.0": "4.0.10",
"4.1.0.0": "4.1.0",
"4.1.1.0": "4.3.0",
"4.1.1.0": "4.3.1",
"4.1.2.0": "4.4.0",
"4.5.0.0": "4.5.0"
}
Expand All @@ -66,14 +68,14 @@
"StableVersions": [
"4.0.0",
"4.1.0",
"4.3.0"
"4.3.1"
],
"BaselineVersion": "4.5.0",
"InboxOn": {},
"AssemblyVersionInPackageVersion": {
"4.0.0.0": "4.0.0",
"4.1.0.0": "4.1.0",
"4.1.1.0": "4.3.0",
"4.1.1.0": "4.3.1",
"4.1.2.0": "4.4.0",
"4.5.0.0": "4.5.0"
}
Expand All @@ -83,15 +85,15 @@
"3.9.0",
"4.0.0",
"4.1.0",
"4.3.0"
"4.3.1"
],
"BaselineVersion": "4.5.0",
"InboxOn": {},
"AssemblyVersionInPackageVersion": {
"3.9.0.0": "3.9.0",
"4.0.0.0": "4.0.0",
"4.1.0.0": "4.1.0",
"4.1.1.0": "4.3.0",
"4.1.1.0": "4.3.1",
"4.2.0.0": "4.4.0",
"4.5.0.0": "4.5.0"
}
Expand All @@ -101,15 +103,15 @@
"3.9.0",
"4.0.0",
"4.0.1",
"4.3.0"
"4.3.1"
],
"BaselineVersion": "4.5.0",
"InboxOn": {},
"AssemblyVersionInPackageVersion": {
"3.9.0.0": "3.9.0",
"4.0.0.0": "4.0.0",
"4.0.1.0": "4.0.1",
"4.0.2.0": "4.3.0",
"4.0.2.0": "4.3.1",
"4.0.3.0": "4.4.0",
"4.5.0.0": "4.5.0"
}
Expand Down

0 comments on commit 1844904

Please sign in to comment.