Skip to content

Commit

Permalink
Fix pkg description
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardog committed Feb 20, 2023
1 parent 34fd69e commit 2b5aa58
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions build/Nuget/gsudo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,23 @@

<PropertyGroup>
<Version>1.0.0.0</Version>
<Company>GerardoGrignoli</Company>
<Authors>GerardoGrignoli</Authors>
<Description>gsudo</Description>
<Company>Gerardo Grignoli</Company>
<Authors>Gerardo Grignoli</Authors>
<PackageId>gsudo</PackageId>
<PackageTags>gsudo;sudo;runas</PackageTags>
<Description>gsudo</Description>
<Description>gsudo is a sudo for Windows, allows to run commands with elevated permissions in the current console.</Description>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<NoBuild>true</NoBuild>
<IncludeBuildOutput>false</IncludeBuildOutput>
<IncludeSymbols>false</IncludeSymbols>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackFrameworkReferences>false</PackFrameworkReferences>
<SuppressDependenciesWhenPacking>true</SuppressDependenciesWhenPacking>
<Copyright>Gerardo Grignoli and GitHub Contributors</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/gerardog/gsudo</PackageProjectUrl>
<RepositoryUrl>https://github.com/gerardog/gsudo</RepositoryUrl>
<RepositoryType>GIT</RepositoryType>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 2b5aa58

Please sign in to comment.