Skip to content

Commit

Permalink
Update NuGet package metadata
Browse files Browse the repository at this point in the history
Closes #3
  • Loading branch information
augustoproiete committed May 13, 2021
1 parent 9914b16 commit 88ccecf
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions Cake.PathTildeHelper/Cake.PathTildeHelper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Authors>Adam Patridge</Authors>
<Authors>patridge;augustoproiete</Authors>
<Description>Cake add-in to provide aliases to help translate leading tilde (~) characters to absolute paths usable in locations requiring a full path.</Description>
<Copyright>© 2018 Adam Patridge</Copyright>
<PackageLicenseUrl>https://github.com/patridge/Cake.PathTildeHelper/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/patridge/Cake.PathTildeHelper</PackageProjectUrl>
<Copyright>Copyright 2018-2021 Cake Contributors - Provided under the MIT License</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/cake-contrib/Cake.PathTildeHelper</PackageProjectUrl>
<PackageIconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/addin/cake-contrib-addin-medium.png</PackageIconUrl>
<PackageTags>Cake Script Build</PackageTags>
<PackageTags>cake;path;tilde;cake-addin;cake-build;addin;script;build</PackageTags>
<PackageReleaseNotes>https://github.com/cake-contrib/Cake.PathTildeHelper/releases</PackageReleaseNotes>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/cake-contrib/Cake.PathTildeHelper.git</RepositoryUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

Expand Down

0 comments on commit 88ccecf

Please sign in to comment.