Skip to content

Commit

Permalink
Bumping the version of OOB packages to match product version (dotnet/…
Browse files Browse the repository at this point in the history
…corefx#41623)

* update package version for oob packages as well

* ServiceVersion -> PatchVersion


Commit migrated from dotnet/corefx@4e0541e
  • Loading branch information
Anipik authored and msftbot[bot] committed Oct 8, 2019
1 parent aa41918 commit 52947d3
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project>
<Import Project="..\Directory.Build.props" />
<PropertyGroup>
<PackageVersion>2.3.0</PackageVersion>
<AssemblyVersion>2.0.2.0</AssemblyVersion>
<StrongNameKeyId>Open</StrongNameKeyId>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<Project>
<Import Project="..\Directory.Build.props" />
<PropertyGroup>
<PackageVersion>10.6.0</PackageVersion>
<MajorVersion>$([MSBuild]::Add($(MajorVersion), 6))</MajorVersion>
<PackageVersion>$(MajorVersion).$(MinorVersion).$(PatchVersion)</PackageVersion>
<AssemblyVersion>10.0.4.0</AssemblyVersion>
<StrongNameKeyId>Microsoft</StrongNameKeyId>
<IsNETCoreApp>true</IsNETCoreApp>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project>
<Import Project="..\Directory.Build.props" />
<PropertyGroup>
<PackageVersion>2.3.0</PackageVersion>
<SkipValidatePackage>true</SkipValidatePackage>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyFileVersion>$(AssemblyVersion)</AssemblyFileVersion>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project>
<Import Project="..\Directory.Build.props" />
<PropertyGroup>
<PackageVersion>1.8.0</PackageVersion>
<AssemblyVersion>1.2.4.0</AssemblyVersion>
<StrongNameKeyId>Microsoft</StrongNameKeyId>
<IsNETCoreApp>true</IsNETCoreApp>
Expand Down
1 change: 0 additions & 1 deletion src/libraries/System.Composition/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project>
<Import Project="..\Directory.Build.props" />
<PropertyGroup>
<PackageVersion>1.5.0</PackageVersion>
<AssemblyVersion>1.0.34.0</AssemblyVersion>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project>
<Import Project="..\Directory.Build.props" />
<PropertyGroup>
<PackageVersion>0.4.0</PackageVersion>
<AssemblyVersion>0.2.0.0</AssemblyVersion>
<StrongNameKeyId>Open</StrongNameKeyId>
<!-- This is a preview package. Do not mark as stable. -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<Project>
<Import Project="..\Directory.Build.props" />
<PropertyGroup>
<PackageVersion>1.9.0</PackageVersion>
<AssemblyVersion>1.4.4.0</AssemblyVersion>
<StrongNameKeyId>Microsoft</StrongNameKeyId>
<IsNETCoreApp>true</IsNETCoreApp>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"2.0.1",
"2.1.0"
],
"BaselineVersion": "2.3.0",
"BaselineVersion": "5.0.0",
"InboxOn": {},
"AssemblyVersionInPackageVersion": {
"2.0.0.0": "2.0.0",
Expand Down Expand Up @@ -264,7 +264,7 @@
}
},
"Microsoft.VisualBasic.Core": {
"BaselineVersion": "10.6.0",
"BaselineVersion": "11.0.0",
"InboxOn": {
"netcoreapp3.0": "10.0.4.0",
"uap10.0.16300": "10.0.4.0"
Expand Down Expand Up @@ -367,7 +367,7 @@
"2.0.0",
"2.1.0"
],
"BaselineVersion": "2.3.0",
"BaselineVersion": "5.0.0",
"InboxOn": {},
"AssemblyVersionInPackageVersion": {
"1.0.0.0": "1.0.0",
Expand Down Expand Up @@ -769,7 +769,7 @@
"1.5.0",
"1.6.0"
],
"BaselineVersion": "1.8.0",
"BaselineVersion": "5.0.0",
"InboxOn": {
"netcoreapp2.0": "1.2.2.0",
"netcoreapp2.1": "1.2.3.0",
Expand Down Expand Up @@ -1068,7 +1068,7 @@
"1.2.0",
"1.3.0"
],
"BaselineVersion": "1.5.0",
"BaselineVersion": "5.0.0",
"InboxOn": {}
},
"System.Composition.AttributedModel": {
Expand Down Expand Up @@ -3250,7 +3250,7 @@
"StableVersions": [
"0.1.0"
],
"BaselineVersion": "0.4.0",
"BaselineVersion": "5.0.0",
"InboxOn": {},
"AssemblyVersionInPackageVersion": {
"0.1.0.0": "0.1.0",
Expand Down Expand Up @@ -3630,7 +3630,7 @@
"1.6.0",
"1.7.0"
],
"BaselineVersion": "1.9.0",
"BaselineVersion": "5.0.0",
"InboxOn": {
"netcoreapp2.0": "1.4.2.0",
"netcoreapp2.1": "1.4.3.0",
Expand Down

0 comments on commit 52947d3

Please sign in to comment.