Skip to content

Commit

Permalink
Added nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
csharpfritz committed Jun 10, 2012
1 parent 5a760ad commit 0a972ce
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions dist/QUnit-Metro.0.2.0.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<version>0.2.0</version>
<authors>Jeffrey T. Fritz</authors>
<owners />
<licenseUrl>https://raw.github.com/jquery/jquery/master/GPL-LICENSE.txt</licenseUrl>
<id>QUnit-Metro</id>
<title />
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A fork of the QUnit javascript unit test framework that has been redesigned to work exclusively with WinJS bindings in Windows 8.</description>
<summary>A javascript unit test framework for Metro WinJS apps</summary>
<releaseNotes>Initial release - requires some effort to include on pages you would like to test</releaseNotes>
<copyright>(c) 2012 - Jeffrey T. Fritz</copyright>
<language>en-US</language>
<tags>javascript, winjs, qunit, test</tags>
</metadata>
<files>
<file src="..\src\qunitmetro.css" target="content\css\qunitmetro.css" />
<file src="..\src\qunitmetro.js" target="content\js\qunitmetro.js" />
<file src="..\src\README.txt" target="content\README.txt" />
</files>
</package>

0 comments on commit 0a972ce

Please sign in to comment.