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 4646 <IncludeSymbols >true</IncludeSymbols >
4747 <IsPackable >true</IsPackable >
4848 <IsShipping >true</IsShipping >
49+ <Serviceable >false</Serviceable >
4950 </PropertyGroup >
5051 <ItemGroup Condition =" '$(IsPackable)' == 'true' " >
5152 <None Include =" $(MSBuildThisFileDirectory)package-icon.png" Pack =" True" PackagePath =" " />
Original file line number Diff line number Diff line change 88 -->
99
1010 <PropertyGroup >
11+ <Company >$(Authors)</Company >
1112 <Copyright >$(_ProjectCopyright)</Copyright >
1213 </PropertyGroup >
1314
Original file line number Diff line number Diff line change 11<Project >
22 <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 >
47 <PreReleaseVersionLabel >release</PreReleaseVersionLabel >
8+ <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false</StabilizePackageVersion >
9+ <DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
510 </PropertyGroup >
611 <PropertyGroup >
712 <AspNetCoreVersion >3.0.0</AspNetCoreVersion >
You can’t perform that action at this time.
0 commit comments