Skip to content

Commit f176ae0

Browse files
committed
update for SEO
1 parent e74fb49 commit f176ae0

File tree

4 files changed

+20
-16
lines changed

4 files changed

+20
-16
lines changed

ConsoleHero.Test/ConsoleHero.Test.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111

1212
<ItemGroup>
1313
<PackageReference Include="coveralls.io" Version="1.4.2" />
14-
<PackageReference Include="coverlet.collector" Version="6.0.2">
14+
<PackageReference Include="coverlet.collector" Version="6.0.3">
1515
<PrivateAssets>all</PrivateAssets>
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
</PackageReference>
18-
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
18+
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
1919
<PackageReference Include="Moq" Version="4.20.72" />
20-
<PackageReference Include="MSTest.TestAdapter" Version="3.6.2" />
21-
<PackageReference Include="MSTest.TestFramework" Version="3.6.2" />
20+
<PackageReference Include="MSTest.TestAdapter" Version="3.7.1" />
21+
<PackageReference Include="MSTest.TestFramework" Version="3.7.1" />
2222
</ItemGroup>
2323

2424
<ItemGroup>

ConsoleHero/ConsoleHero.csproj

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,37 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4+
<Title>ConsoleHero</Title>
45
<TargetFrameworks>net9.0;net8.0;net7.0;</TargetFrameworks>
56
<ImplicitUsings>enable</ImplicitUsings>
67
<Nullable>enable</Nullable>
78

8-
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
9+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
910
<PackageId>ConsoleHero</PackageId>
10-
<Version>0.3.9</Version>
11+
<Version>0.3.10</Version>
1112
<Authors>Derek Gooding</Authors>
1213
<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>
1415

15-
<PackageLicenseExpression>MIT</PackageLicenseExpression>
16-
<PackageReadmeFile>README.md</PackageReadmeFile>
17-
<PackageProjectUrl>https://github.com/DerekGooding/ConsoleHero</PackageProjectUrl>
1816

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>
2323

24+
<PackageIcon>icon.png</PackageIcon>
25+
<GenerateDocumentationFile>true</GenerateDocumentationFile>
26+
<DocumentationFile>bin\ConsoleHero.xml</DocumentationFile>
27+
</PropertyGroup>
28+
2429
<ItemGroup>
2530
<Compile Remove="ReadmeImages\**" />
2631
<EmbeddedResource Remove="ReadmeImages\**" />
2732
<None Remove="ReadmeImages\**" />
2833
<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" />
3035
</ItemGroup>
3136

3237
</Project>

ConsoleHero/GlobalSettings.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using ConsoleHero.Injection;
22
using ConsoleHero.Interfaces;
33
using ConsoleHero.Services;
4-
using System.Reflection;
54

65
namespace ConsoleHero;
76

File renamed without changes.

0 commit comments

Comments
 (0)