projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a528745
)
Revert ReleaseBrandSuffix
author
wtgodbe
<wigodbe@microsoft.com>
Thu, 30 Nov 2017 19:57:53 +0000
(11:57 -0800)
committer
wtgodbe
<wigodbe@microsoft.com>
Thu, 30 Nov 2017 19:57:53 +0000
(11:57 -0800)
Commit migrated from https://github.com/dotnet/core-setup/commit/
f764d4fa97744b63b22aff00943bf6b4964ee513
src/installer/BranchInfo.props
patch
|
blob
|
history
diff --git
a/src/installer/BranchInfo.props
b/src/installer/BranchInfo.props
index
543d410
..
e2d86a4
100644
(file)
--- a/
src/installer/BranchInfo.props
+++ b/
src/installer/BranchInfo.props
@@
-6,7
+6,7
@@
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
<PreReleaseLabel>preview1</PreReleaseLabel>
<ReleaseSuffix>$(PreReleaseLabel)</ReleaseSuffix>
- <ReleaseBrandSuffix>Preview
2
</ReleaseBrandSuffix>
+ <ReleaseBrandSuffix>Preview
1
</ReleaseBrandSuffix>
<Channel>master</Channel>
<BranchName>master</BranchName>
<ContainerName>dotnet</ContainerName>