Release v0.1.0 to NuGet.
This commit is contained in:
parent
049f8df957
commit
90ada426c6
2 changed files with 3 additions and 2 deletions
|
@ -2,4 +2,5 @@
|
|||
<packages>
|
||||
<package id="Cake.Common" version="0.21.0" targetFramework="net45" />
|
||||
<package id="Cake.Core" version="0.21.0" targetFramework="net45" />
|
||||
<package id="NuGet.CommandLine" version="4.3.0" targetFramework="net45" developmentDependency="true" />
|
||||
</packages>
|
|
@ -2,7 +2,7 @@
|
|||
<package >
|
||||
<metadata>
|
||||
<id>Cake.ArgumentHelpers</id>
|
||||
<version>0.0.3</version>
|
||||
<version>0.1.0</version>
|
||||
<authors>Adam Patridge</authors>
|
||||
<owners>Adam Patridge</owners>
|
||||
<iconUrl>https://rawgithub.com/cake-contrib/graphics/master/svg/cake-contrib.svg</iconUrl>
|
||||
|
@ -10,7 +10,7 @@
|
|||
<projectUrl>https://github.com/patridge/Cake.ArgumentHelpers</projectUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>Cake add-on trying to make it easier to handle various inputs from arguments and environment variable.</description>
|
||||
<releaseNotes>Initial release</releaseNotes>
|
||||
<releaseNotes>Added string helper. Unit tests are also available/passing.</releaseNotes>
|
||||
<copyright>Copyright (c) Adam Patridge 2017</copyright>
|
||||
<tags>Cake Script Build</tags>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue