34 lines
1.5 KiB
XML
34 lines
1.5 KiB
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.Cms.StaticAssets</id>
|
|
<version>9.0.0</version>
|
|
<title>Umbraco Cms Static Assets</title>
|
|
<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>Contains the static assets that is required to run Umbraco CMS.</description>
|
|
<summary>Contains the static assets that is required to run Umbraco CMS.</summary>
|
|
<language>en-US</language>
|
|
<tags>umbraco</tags>
|
|
<repository type="git" url="https://github.com/umbraco/umbraco-cms" />
|
|
<dependencies>
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<!-- Content -->
|
|
<file src="$BuildTmp$\WebApp\wwwroot\umbraco\**\*.*" target="content\wwwroot\umbraco" />
|
|
<file src="$BuildTmp$\WebApp\umbraco\**\*.*" target="content\umbraco" />
|
|
|
|
<!-- Readme -->
|
|
<file src="tools\Readme.txt" target="Readme.txt" />
|
|
<file src="tools\ReadmeUpgrade.txt" target="ReadmeUpgrade.txt" />
|
|
|
|
<!-- UmbracoCms props and targets used to copy the content into the solution -->
|
|
<file src="build\**" target="buildTransitive\" />
|
|
</files>
|
|
</package>
|