Skip to content

Commit

Permalink
Update nuspec metadata (closes #17)
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Mar 12, 2021
1 parent 9084ae4 commit 3d51db5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cake.DoInDirectory/Cake.DoInDirectory.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
<PropertyGroup>
<PackageId>Cake.DoInDirectory</PackageId>
<Title>Cake.DoInDirectory</Title>
<Summary>An extension to Cake Build. Changes the current directory.</Summary>
<Description>An extension to Cake Build. Changes the current directory.</Description>
<PackageTags>Cake Script Build</PackageTags>
<Authors>pitermarx</Authors>
<Owners>pitermarx</Owners>
<PackageProjectUrl>https://github.com/pitermarx/Cake.DoInDirectory</PackageProjectUrl>
<Summary>Cake addin for easily executing code in a different working directory..</Summary>
<Description>Cake addin for easily executing code in a different working directory..</Description>
<PackageTags>cake directory work-dir working-directory cwd cake-addin cake-build cake-contrib addin script build</PackageTags>
<Authors>pitermarx,augustoproiete</Authors>
<Owners>cake-contrib,pitermarx,augustoproiete</Owners>
<PackageProjectUrl>https://github.com/cake-contrib/Cake.DoInDirectory</PackageProjectUrl>
<PackageIconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/cake-contrib-medium.png</PackageIconUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Copyright>Copyright © 2016</Copyright>
<Copyright>Copyright 2016-2021 Cake Contributions</Copyright>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 3d51db5

Please sign in to comment.