|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk">
|
2 | 2 |
|
3 | 3 | <PropertyGroup>
|
| 4 | + <Title>ConsoleHero</Title> |
4 | 5 | <TargetFrameworks>net9.0;net8.0;net7.0;</TargetFrameworks>
|
5 | 6 | <ImplicitUsings>enable</ImplicitUsings>
|
6 | 7 | <Nullable>enable</Nullable>
|
7 | 8 |
|
8 |
| - <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 9 | + <GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
9 | 10 | <PackageId>ConsoleHero</PackageId>
|
10 |
| - <Version>0.3.9</Version> |
| 11 | + <Version>0.3.10</Version> |
11 | 12 | <Authors>Derek Gooding</Authors>
|
12 | 13 | <Description>A library for making quick menus in a console application.</Description>
|
13 |
| - <PackageTags>Console;FluentAPI;Menu;CLI;ConsoleApp;CSharp;UserInterface;MenuNavigation;Scalable;ConsoleMenu;Fluent;</PackageTags> |
| 14 | + <PackageTags>Console CLI Menu Navigation FluentAPI UserInterface CommandLine Framework CSharp Tools</PackageTags> |
14 | 15 |
|
15 |
| - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
16 |
| - <PackageReadmeFile>README.md</PackageReadmeFile> |
17 |
| - <PackageProjectUrl>https://github.com/DerekGooding/ConsoleHero</PackageProjectUrl> |
18 | 16 |
|
19 |
| - <PackageIcon>icon.png</PackageIcon> |
20 |
| - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
21 |
| - <DocumentationFile>bin\ConsoleHero.xml</DocumentationFile> |
22 |
| - </PropertyGroup> |
| 17 | + <PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 18 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 19 | + <PackageProjectUrl>https://github.com/DerekGooding/ConsoleHero</PackageProjectUrl> |
| 20 | + <RepositoryUrl>https://github.com/DerekGooding/ConsoleHero</RepositoryUrl> |
| 21 | + <PackageBugTrackerUrl>https://github.com/DerekGooding/ConsoleHero/issues</PackageBugTrackerUrl> |
| 22 | + <RepositoryType>git</RepositoryType> |
23 | 23 |
|
| 24 | + <PackageIcon>icon.png</PackageIcon> |
| 25 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 26 | + <DocumentationFile>bin\ConsoleHero.xml</DocumentationFile> |
| 27 | + </PropertyGroup> |
| 28 | + |
24 | 29 | <ItemGroup>
|
25 | 30 | <Compile Remove="ReadmeImages\**" />
|
26 | 31 | <EmbeddedResource Remove="ReadmeImages\**" />
|
27 | 32 | <None Remove="ReadmeImages\**" />
|
28 | 33 | <None Include="README.md" Pack="true" PackagePath="\" />
|
29 |
| - <Resource Include="assets/icon.png" Pack="true" PackagePath="icon.png" /> |
| 34 | + <Resource Include="icon.png" Pack="true" PackagePath="icon.png" /> |
30 | 35 | </ItemGroup>
|
31 | 36 |
|
32 | 37 | </Project>
|
0 commit comments