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

Commit

Permalink
Mark as stable for 1.1.4 release (#3209)
Browse files Browse the repository at this point in the history
  • Loading branch information
safern authored Sep 14, 2017
1 parent a3f7a85 commit 5794cb0
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 8 deletions.
2 changes: 1 addition & 1 deletion TestAssets/TestProjects/PortableApp/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.1.4-servicing-*"
"version": "1.1.4"
},
"Newtonsoft.Json": "9.0.1-beta1"
}
Expand Down
2 changes: 1 addition & 1 deletion TestAssets/TestProjects/PortableTestApp/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.1.4-servicing-*"
"version": "1.1.4"
},
"Newtonsoft.Json": "9.0.1-beta1",
"xunit": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion TestAssets/TestProjects/StandaloneApp/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"frameworks": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": "1.1.4-servicing-*",
"Microsoft.NETCore.App": "1.1.4",
"Newtonsoft.Json": "9.0.1-beta1"
}
}
Expand Down
2 changes: 1 addition & 1 deletion TestAssets/TestProjects/StandaloneTestApp/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"portable-net451+win8"
],
"dependencies": {
"Microsoft.NETCore.App": "1.1.4-servicing-*",
"Microsoft.NETCore.App": "1.1.4",
"Newtonsoft.Json": "9.0.1-beta1",
"xunit": "2.1.0",
"xunit.netcore.extensions": "1.0.0-prerelease-00206",
Expand Down
2 changes: 1 addition & 1 deletion branchinfo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
MAJOR_VERSION=1
MINOR_VERSION=1
PATCH_VERSION=4
RELEASE_SUFFIX=servicing
RELEASE_SUFFIX=
CHANNEL=release/1.1.0
BRANCH_NAME=release/1.1.0
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public override string ToString()
// Full versions and package information.
public string LatestHostBuildMajor => CommitCountString;
public string LatestHostBuildMinor => "00";
public static bool EnsureStableVersion => false;
public static bool EnsureStableVersion => true;

// Comment below lines when stabilizing 1.1.X and we are going to update one (or more) of the host packages.
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@
<Version>4.0.1</Version>
</NETCoreApp10Dependency>
<NETCoreApp10Dependency Include="Microsoft.NETCore.DotNetHostPolicy">
<Version>1.0.5</Version>
<Version>1.0.7</Version>
</NETCoreApp10Dependency>
<NETCoreApp10Dependency Include="Microsoft.NETCore.Runtime.CoreCLR">
<Version>1.0.8</Version>
<Version>1.0.9</Version>
</NETCoreApp10Dependency>
<NETCoreApp10Dependency Include="Microsoft.VisualBasic">
<Version>10.0.1</Version>
Expand Down
38 changes: 38 additions & 0 deletions pkg/stable.packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -230,5 +230,43 @@
<StablePackage Include="runtime.win7-x86.Microsoft.NETCore.DotNetHostPolicy">
<Version>1.1.3</Version>
</StablePackage>

<!-- NETCore 1.1.4 core-setup -->
<StablePackage Include="Microsoft.NETCore.App">
<Version>1.1.4</Version>
</StablePackage>
<StablePackage Include="Microsoft.NETCore.DotNetHostPolicy">
<Version>1.1.4</Version>
</StablePackage>
<StablePackage Include="runtime.debian.8-x64.Microsoft.NETCore.DotNetHostPolicy">
<Version>1.1.4</Version>
</StablePackage>
<StablePackage Include="runtime.fedora.24-x64.Microsoft.NETCore.DotNetHostPolicy">
<Version>1.1.4</Version>
</StablePackage>
<StablePackage Include="runtime.opensuse.42.1-x64.Microsoft.NETCore.DotNetHostPolicy">
<Version>1.1.4</Version>
</StablePackage>
<StablePackage Include="runtime.osx.10.10-x64.Microsoft.NETCore.DotNetHostPolicy">
<Version>1.1.4</Version>
</StablePackage>
<StablePackage Include="runtime.rhel.7-x64.Microsoft.NETCore.DotNetHostPolicy">
<Version>1.1.4</Version>
</StablePackage>
<StablePackage Include="runtime.ubuntu.14.04-x64.Microsoft.NETCore.DotNetHostPolicy">
<Version>1.1.4</Version>
</StablePackage>
<StablePackage Include="runtime.ubuntu.16.04-x64.Microsoft.NETCore.DotNetHostPolicy">
<Version>1.1.4</Version>
</StablePackage>
<StablePackage Include="runtime.win10-arm64.Microsoft.NETCore.DotNetHostPolicy">
<Version>1.1.4</Version>
</StablePackage>
<StablePackage Include="runtime.win7-x64.Microsoft.NETCore.DotNetHostPolicy">
<Version>1.1.4</Version>
</StablePackage>
<StablePackage Include="runtime.win7-x86.Microsoft.NETCore.DotNetHostPolicy">
<Version>1.1.4</Version>
</StablePackage>
</ItemGroup>
</Project>

0 comments on commit 5794cb0

Please sign in to comment.