File tree 4 files changed +4
-3
lines changed
4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
# Each line is expected to be in the format "[Name]=[Value]".
4
4
MAJOR_VERSION=1
5
5
MINOR_VERSION=0
6
- PATCH_VERSION=2
6
+ PATCH_VERSION=3
7
7
RELEASE_SUFFIX=rc4
8
8
CHANNEL=rel-1.0.1
9
9
BRANCH_NAME=rel/1.0.1
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 14.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
- <SdkBrandName >.NET Core SDK 1.0.2 </SdkBrandName >
4
+ <SdkBrandName >.NET Core SDK 1.0.3 </SdkBrandName >
5
5
<SharedFrameworkBrandName >Microsoft .NET Core 1.1.1 - Runtime</SharedFrameworkBrandName >
6
6
<SharedHostBrandName >Microsoft .NET Core 1.1.0 - Host</SharedHostBrandName >
7
7
<HostFxrBrandName >Microsoft .NET Core 1.1.0 - Host FX Resolver</HostFxrBrandName >
Original file line number Diff line number Diff line change 13
13
<DisableImplicitFrameworkReferences >true</DisableImplicitFrameworkReferences >
14
14
15
15
16
- <CliVersionPrefix >1.0.2 </CliVersionPrefix >
16
+ <CliVersionPrefix >1.0.3 </CliVersionPrefix >
17
17
</PropertyGroup >
18
18
</Project >
Original file line number Diff line number Diff line change 42
42
ProductName =" $(var.Crt_ProductName)"
43
43
Size =" $(var.Crt_Size)"
44
44
Version =" $(var.Crt_Version)" />
45
+ <ExitCode Behavior =" success" Value =" 1638" />
45
46
</ExePackage >
46
47
<MsiPackage SourceFile =" $(var.CLISDKMsiSourcePath)" >
47
48
<MsiProperty Name =" DOTNETHOME" Value =" [DOTNETHOME]" />
You can’t perform that action at this time.
0 commit comments