-
-
Notifications
You must be signed in to change notification settings - Fork 2k
/
metro.nuspec
23 lines (23 loc) · 1 KB
/
metro.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Metro4</id>
<version>4.5.1</version>
<title>Metro 4 Components Library</title>
<authors>Serhii Pimenov</authors>
<owners>Serhii Pimenov</owners>
<licenseUrl>https://github.com/olton/Metro-UI-CSS/blob/master/LICENSE</licenseUrl>
<projectUrl>http://metroui.org.ua/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Metro 4 is an open source toolkit for developing with HTML, CSS, and JS in Windows Metro Style</description>
<releaseNotes></releaseNotes>
<language>en-US</language>
<copyright>Copyright 2012-2020, Serhii Pimenov</copyright>
<tags>Metro UI CSS Framework LESS CSS JS HTML</tags>
</metadata>
<files>
<file src="build\js\*.*" target="Content\Scripts" />
<file src="build\css\*.*" target="Content\Content" />
<file src="build\mif\*.*" target="Content\mif" />
</files>
</package>