Skip to content

Commit

Permalink
Add nuspec file
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Comella committed Jun 23, 2015
1 parent 0f0026f commit 66d77f6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions React.WinJS.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>React.WinJS</id>
<version>1.0.0</version>
<authors>Microsoft Corporation and other contributors</authors>
<licenseUrl>https://raw.githubusercontent.com/winjs/react-winjs/master/LICENSE.txt</licenseUrl>
<projectUrl>https://github.com/winjs/react-winjs</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>React wrapper around WinJS's controls</description>
<tags>winjs react</tags>
</metadata>
<files>
<file src="react-winjs.js" target="content\react-winjs.js" />
</files>
</package>

0 comments on commit 66d77f6

Please sign in to comment.