Files
C2P/packages/jQuery.2.0.3/jQuery.2.0.3.nuspec
T
Samuele E. Locatelli cdad2bfd80 Prima release con tutti i files del progetto con:
- librerie esterne
- elenco quotes
- ricalcolo

MANCA creazione new quotes con condizioni e mostrare dato ben formattato
2014-01-23 18:17:26 +01:00

18 lines
989 B
XML

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>jQuery</id>
<version>2.0.3</version>
<title>jQuery</title>
<authors>jQuery Foundation, Inc.</authors>
<owners>jQuery Foundation, Inc.</owners>
<licenseUrl>http://jquery.org/license</licenseUrl>
<projectUrl>http://jquery.com/</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>jQuery is a new kind of JavaScript Library.
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/</description>
<language>en-US</language>
<tags>jQuery</tags>
</metadata>
</package>