73e8712ad8
* Use proper grunt-umbraco-package task * Use new structure for --target, eliminate deploy step by making `dist` configurable * Move package files to /config/ * Cleanup watch/copy tasks, add atBegin: true * Prevent "cleaning" non-local destinations (dangerous?) * Cleanup full/base path config * Whitespace, misc
15 lines
749 B
XML
15 lines
749 B
XML
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
<metadata>
|
|
<id>Archetype</id>
|
|
<version><%= version %></version>
|
|
<title><%= name %></title>
|
|
<authors>imulus, kgiszewski, tomfulton</authors>
|
|
<owners>imulus, kgiszewski, tomfulton</owners>
|
|
<projectUrl>http://github.com/imulus/archetype</projectUrl>
|
|
<description><![CDATA[Archetype for Umbraco]]></description>
|
|
<tags>umbraco</tags>
|
|
<iconUrl>http://github.com/imulus/archetype/raw/master/assets/logo.png</iconUrl>
|
|
<licenseUrl><%= licenseUrl %></licenseUrl>
|
|
</metadata>
|
|
</package> |