File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 46
46
<IncludeSymbols >true</IncludeSymbols >
47
47
<IsPackable >true</IsPackable >
48
48
<IsShipping >true</IsShipping >
49
+ <Serviceable >false</Serviceable >
49
50
</PropertyGroup >
50
51
<ItemGroup Condition =" '$(IsPackable)' == 'true' " >
51
52
<None Include =" $(MSBuildThisFileDirectory)package-icon.png" Pack =" True" PackagePath =" " />
Original file line number Diff line number Diff line change 8
8
-->
9
9
10
10
<PropertyGroup >
11
+ <Company >$(Authors)</Company >
11
12
<Copyright >$(_ProjectCopyright)</Copyright >
12
13
</PropertyGroup >
13
14
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<PropertyGroup >
3
- <VersionPrefix >3.0.0</VersionPrefix >
3
+ <MajorVersion >3</MajorVersion >
4
+ <MinorVersion >0</MinorVersion >
5
+ <PatchVersion >0</PatchVersion >
6
+ <VersionPrefix >$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix >
4
7
<PreReleaseVersionLabel >release</PreReleaseVersionLabel >
8
+ <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false</StabilizePackageVersion >
9
+ <DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
5
10
</PropertyGroup >
6
11
<PropertyGroup >
7
12
<AspNetCoreVersion >3.0.0</AspNetCoreVersion >
You can’t perform that action at this time.
0 commit comments