Files
Archetype/config/package.nuspec
T

18 lines
760 B
XML
Raw Normal View History

2014-01-11 22:17:12 -07:00
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
2015-05-11 15:20:28 -04:00
<metadata>
<id>Archetype</id>
<version><%= version %></version>
<title><%= name %></title>
2017-08-18 09:20:45 -04:00
<authors>kgiszewski, tomfulton</authors>
<owners>kgiszewski, tomfulton</owners>
<projectUrl>http://github.com/kgiszewski/archetype</projectUrl>
2015-05-11 15:20:28 -04:00
<description><![CDATA[Archetype for Umbraco]]></description>
<tags>umbraco</tags>
2017-08-18 09:20:45 -04:00
<iconUrl>http://imulus.github.io/Archetype/images/logo.png</iconUrl>
2015-05-11 15:20:28 -04:00
<licenseUrl><%= licenseUrl %></licenseUrl>
<dependencies>
2016-01-04 15:02:02 -05:00
<dependency id="Archetype.Binaries" version="<%= version %>" />
2015-05-11 15:20:28 -04:00
</dependencies>
</metadata>
2014-01-11 22:17:12 -07:00
</package>