Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update master branch packaging to harvest latest release of 1.1.0 #2522

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
29 changes: 18 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",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ericstj Not sure if I needed to keep 4.3.0 or simply override it with 4.3.1.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Never delete versions from the index. It's meant to be a private copy of package history and mirror nuget.org releases.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, thanks. I'll amend this PR.

"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,15 @@
"StableVersions": [
"4.0.0",
"4.0.1",
"4.3.0"
"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 +51,8 @@
"4.0.0",
"4.0.10",
"4.1.0",
"4.3.0"
"4.3.0",
"4.3.1"
],
"BaselineVersion": "4.5.0",
"InboxOn": {},
Expand All @@ -57,7 +61,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 +70,15 @@
"StableVersions": [
"4.0.0",
"4.1.0",
"4.3.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 +88,16 @@
"3.9.0",
"4.0.0",
"4.1.0",
"4.3.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 +107,16 @@
"3.9.0",
"4.0.0",
"4.0.1",
"4.3.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.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