(#9) Add cake-addin tag to Cake.ArgumentHelpers NuGet package
Closes #9
This commit is contained in:
parent
b918cb3b62
commit
8ea19d7548
1 changed files with 6 additions and 9 deletions
|
@ -3,19 +3,16 @@
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>Cake.ArgumentHelpers</id>
|
<id>Cake.ArgumentHelpers</id>
|
||||||
<version>0.1.0</version>
|
<version>0.1.0</version>
|
||||||
<authors>Adam Patridge</authors>
|
<authors>cake-contrib</authors>
|
||||||
<owners>Adam Patridge</owners>
|
<owners>cake-contrib</owners>
|
||||||
<iconUrl>https://rawgithub.com/cake-contrib/graphics/master/svg/cake-contrib.svg</iconUrl>
|
<iconUrl>https://rawgithub.com/cake-contrib/graphics/master/svg/cake-contrib.svg</iconUrl>
|
||||||
<licenseUrl>https://github.com/patridge/Cake.ArgumentHelpers/blob/master/LICENSE</licenseUrl>
|
<licenseUrl>https://github.com/cake-contrib/Cake.ArgumentHelpers/blob/master/LICENSE</licenseUrl>
|
||||||
<projectUrl>https://github.com/patridge/Cake.ArgumentHelpers</projectUrl>
|
<projectUrl>https://github.com/cake-contrib/Cake.ArgumentHelpers</projectUrl>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
<description>Cake add-on trying to make it easier to handle various inputs from arguments and environment variable.</description>
|
<description>Cake add-on trying to make it easier to handle various inputs from arguments and environment variable.</description>
|
||||||
<releaseNotes>Added string helper. Unit tests are also available/passing.</releaseNotes>
|
<releaseNotes>Added string helper. Unit tests are also available/passing.</releaseNotes>
|
||||||
<copyright>Copyright (c) Adam Patridge 2017</copyright>
|
<copyright>Copyright (c) 2017-2021 Cake Contributors</copyright>
|
||||||
<tags>Cake Script Build</tags>
|
<tags>cake arguments args cake-addin cake-build cake-contrib addin script build</tags>
|
||||||
|
|
||||||
<dependencies>
|
|
||||||
</dependencies>
|
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|
||||||
<files>
|
<files>
|
||||||
|
|
Loading…
Add table
Reference in a new issue