22 lines
936 B
XML
22 lines
936 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata minClientVersion="4.1.0">
|
|
<id>Umbraco.Templates</id>
|
|
<version>1.0.0</version>
|
|
<authors>Umbraco HQ</authors>
|
|
<owners>Umbraco HQ</owners>
|
|
<license type="expression">MIT</license>
|
|
<projectUrl>https://umbraco.com/</projectUrl>
|
|
<iconUrl>https://umbraco.com/dist/nuget/logo-small.png</iconUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>Umbraco Cms templates for .NET Core Template Engine available through the dotnet CLI's new command</description>
|
|
<language>en-US</language>
|
|
<tags>umbraco</tags>
|
|
<repository type="git" url="https://github.com/umbraco/umbraco-cms" />
|
|
<packageTypes>
|
|
<packageType name="Template" />
|
|
</packageTypes>
|
|
</metadata>
|
|
</package>
|
|
|