File tree 3 files changed +3
-3
lines changed
3 files changed +3
-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 >
You can’t perform that action at this time.
0 commit comments