2017-06-15 12:42:45 -06:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<package >
|
|
|
|
<metadata>
|
|
|
|
<id>Cake.ArgumentHelpers</id>
|
2017-08-25 16:29:07 -06:00
|
|
|
<version>0.1.0</version>
|
2021-05-16 03:27:54 -03:00
|
|
|
<authors>cake-contrib</authors>
|
|
|
|
<owners>cake-contrib</owners>
|
2021-05-16 03:29:03 -03:00
|
|
|
<iconUrl>https://cdn.jsdelivr.net/gh/cake-contrib/graphics/png/addin/cake-contrib-addin-medium.png</iconUrl>
|
2021-05-16 03:27:54 -03:00
|
|
|
<licenseUrl>https://github.com/cake-contrib/Cake.ArgumentHelpers/blob/master/LICENSE</licenseUrl>
|
|
|
|
<projectUrl>https://github.com/cake-contrib/Cake.ArgumentHelpers</projectUrl>
|
2017-06-15 12:42:45 -06:00
|
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
|
<description>Cake add-on trying to make it easier to handle various inputs from arguments and environment variable.</description>
|
2017-08-25 16:29:07 -06:00
|
|
|
<releaseNotes>Added string helper. Unit tests are also available/passing.</releaseNotes>
|
2021-05-16 03:27:54 -03:00
|
|
|
<copyright>Copyright (c) 2017-2021 Cake Contributors</copyright>
|
|
|
|
<tags>cake arguments args cake-addin cake-build cake-contrib addin script build</tags>
|
2017-06-15 12:42:45 -06:00
|
|
|
</metadata>
|
|
|
|
|
|
|
|
<files>
|
|
|
|
<file src="./Cake.ArgumentHelpers/bin/Release/Cake.ArgumentHelpers.dll" target="lib\net45" />
|
|
|
|
<file src="./Cake.ArgumentHelpers/bin/Release/Cake.ArgumentHelpers.xml" target="lib\net45" />
|
|
|
|
</files>
|
|
|
|
</package>
|