You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
2.3 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
  3. <metadata>
  4. <id>toastr</id>
  5. <version>2.0.0-rc1</version>
  6. <title>toastr</title>
  7. <authors>John Papa,Hans Fjällemark</authors>
  8. <owners>John Papa,Hans Fjällemark</owners>
  9. <licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
  10. <projectUrl>http://toastrjs.com/</projectUrl>
  11. <iconUrl>http://johnpapa.net/wp-content/images/toastr-icon.png</iconUrl>
  12. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  13. <description>3 Easy Steps:
  14. (1) Link to toastr.css
  15. (2) Link to toastr.js
  16. (3) Use toastr to display a toast for info, success, warning or error
  17. // Display an info toast with no title
  18. toastr.info('Are you the 6 fingered man?')
  19. *** For other API calls, see the demo</description>
  20. <summary>Toastr is a JavaScript library for non-blocking notifications. jQuery is required. The goal is to create a simple core library that can be customized and extended.</summary>
  21. <releaseNotes>The following animations options have been deprecated and should be replaced:
  22. Replace options.fadeIn with options.showDuration
  23. Replace options.onFadeIn with options.onShown
  24. Replace options.fadeOut with options.hideDuration
  25. Replace options.onFadeOut with options.onHidden
  26. Optional 'close' button, bug fixes, and improved responsive design.
  27. For other changes, see http://toastrjs.com</releaseNotes>
  28. <copyright>Copyright © 2012 Hans Fjällemark &amp; John Papa.</copyright>
  29. <language>en-US</language>
  30. <tags>toastr, toast, notification, dialog, jquery</tags>
  31. <dependencies>
  32. <dependency id="jQuery" version="1.6.3" />
  33. </dependencies>
  34. </metadata>
  35. <files>
  36. <file src="content\content\toastr.css" target="content\content\toastr.css" />
  37. <file src="content\content\toastr.less" target="content\content\toastr.less" />
  38. <file src="content\content\toastr.min.css" target="content\content\toastr.min.css" />
  39. <file src="content\scripts\toastr.js" target="content\scripts\toastr.js" />
  40. <file src="content\scripts\toastr.min.js" target="content\scripts\toastr.min.js" />
  41. <file src="content\scripts\toastr.min.js.map" target="content\scripts\toastr.min.js.map" />
  42. </files>
  43. </package>