Skip to content

Commit beae98c

Browse files
committed
Merge pull request #11 from sensslen/simon/improve-publishing
Add description to help with visibility on nuget.org
2 parents 62f4a0f + c4b7bcf commit beae98c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Nuget License Utility [![release](https://github.com/sensslen/nuget-license/actions/workflows/release.yml/badge.svg)](https://github.com/sensslen/nuget-license/actions/workflows/release.yml) [![Tests](https://github.com/sensslen/nuget-license/actions/workflows/action.yml/badge.svg)](https://github.com/sensslen/nuget-license/actions/workflows/action.yml) [![NuGet](https://img.shields.io/nuget/v/nuget-license.svg)](https://www.nuget.org/packages/nuget-license)
22

3-
A .net core tool to print and validate the licenses of a project. This tool supports .NET (Core), .NET Standard and .NET Framework Projects.
3+
A .net core tool to print and validate the licenses of .net code. This tool supports .NET (Core), .NET Standard and .NET Framework projects.
44

55
## nuget-license tool
66

src/NuGetUtility/NuGetUtility.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<Configurations>Debug;Release;TestWindows</Configurations>
2323
<Platforms>AnyCPU</Platforms>
2424
<PackageReadmeFile>README.md</PackageReadmeFile>
25+
<Description>A .net core tool to print and validate the licenses of .net code. This tool supports .NET (Core), .NET Standard and .NET Framework projects.</Description>
2526
</PropertyGroup>
2627

2728
<ItemGroup>

0 commit comments

Comments
 (0)