Skip to content

Commit

Permalink
add nuspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed Jan 26, 2025
1 parent 7175411 commit bc0decd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions metroui.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>MetroUI</id>
<version>5.1.0</version>
<title>Metro UI Components Library</title>
<authors>Serhii Pimenov</authors>
<owners>Serhii Pimenov</owners>
<licenseUrl>https://github.com/olton/metroui/blob/master/LICENSE</licenseUrl>
<projectUrl>http://metroui.org.ua/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Metro UI 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-2025, Serhii Pimenov</copyright>
<tags>Metro UI CSS Framework LESS CSS JS HTML</tags>
</metadata>
<files>
<file src="lib\*.js" target="Content\Scripts" />
<file src="lib\*.css" target="Content\Content" />
</files>
</package>

0 comments on commit bc0decd

Please # to comment.