Skip to content

Commit

Permalink
#360 Added description to nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaring committed Oct 3, 2021
1 parent 78abb88 commit 69ccae3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Confuser.MSBuild.Tasks/Confuser.MSBuild.Tasks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@

<PropertyGroup Label="Nuget Package Settings">
<PackageId>Confuser.MSBuild</PackageId>
<PackageLicenseUrl>https://github.com/mkaring/ConfuserEx/blob/master/LICENSE.md</PackageLicenseUrl>
<Product>ConfuserEx - MSBuild Integration</Product>
<Description>This package contains the integration of ConfuserEx into the MSBuild build procedure. It allows automatically obfuscating the assemblies during the build.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/mkaring/ConfuserEx</PackageProjectUrl>
<PackageTags>Obfuscation Confuser ConfuserEx</PackageTags>
<DevelopmentDependency>true</DevelopmentDependency>
Expand Down

0 comments on commit 69ccae3

Please # to comment.