|
5 | 5 | <Product>CommandLineUtils</Product> |
6 | 6 | <Copyright>Copyright © Nate McMaster</Copyright> |
7 | 7 | <NeutralLanguage>en-US</NeutralLanguage> |
| 8 | + <NoPackageAnalysis>true</NoPackageAnalysis> |
8 | 9 | <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
9 | 10 | <PackageProjectUrl>https://github.com/natemcmaster/CommandLineUtils</PackageProjectUrl> |
10 | 11 | <RepositoryUrl>https://github.com/natemcmaster/CommandLineUtils.git</RepositoryUrl> |
|
15 | 16 | <IncludeSymbols>true</IncludeSymbols> |
16 | 17 | <EmbedUntrackedSources>true</EmbedUntrackedSources> |
17 | 18 | <PackageIconUrl>https://natemcmaster.github.io/CommandLineUtils/logo.png</PackageIconUrl> |
18 | | - <NoPackageAnalysis>true</NoPackageAnalysis> |
| 19 | + <PackageIcon>icon.png</PackageIcon> |
| 20 | + </PropertyGroup> |
| 21 | + |
| 22 | + <ItemGroup Condition=" '$(IsPackable)' == 'true' "> |
| 23 | + <None Include="$(MSBuildThisFileDirectory)docs\logo.png"> |
| 24 | + <Pack>true</Pack> |
| 25 | + <PackagePath>/$(PackageIcon)</PackagePath> |
| 26 | + <Visible>false</Visible> |
| 27 | + </None> |
| 28 | + </ItemGroup> |
| 29 | + |
| 30 | + <PropertyGroup> |
19 | 31 | <SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage> |
20 | 32 | <WarningsNotAsErrors>$(WarningsNotAsErrors);1591</WarningsNotAsErrors> |
21 | 33 | <LangVersion>8.0</LangVersion> |
|
35 | 47 |
|
36 | 48 | <PropertyGroup> |
37 | 49 | <VersionPrefix>2.5.0</VersionPrefix> |
38 | | - <VersionSuffix>beta</VersionSuffix> |
| 50 | + <VersionSuffix>rc</VersionSuffix> |
39 | 51 | <IncludePreReleaseLabelInPackageVersion Condition="'$(IsStableBuild)' != 'true'">true</IncludePreReleaseLabelInPackageVersion> |
40 | 52 | <BuildNumber Condition=" '$(BuildNumber)' == '' ">$(BUILD_NUMBER)</BuildNumber> |
41 | 53 | <BuildNumber Condition=" '$(BuildNumber)' == '' ">0</BuildNumber> |
|
0 commit comments