DreamCheeky.BigRedButton.nuspec 759 B

123456789101112131415161718
  1. <?xml version="1.0"?>
  2. <package>
  3. <metadata>
  4. <id>DreamCheeky.BigRedButton</id>
  5. <version>$version$</version>
  6. <authors>Michael Benford</authors>
  7. <owners>Michael Benford</owners>
  8. <licenseUrl>https://github.com/mbenford/dreamcheeky-big-red-button-dotnet/blob/master/LICENSE</licenseUrl>
  9. <projectUrl>https://github.com/mbenford/dreamcheeky-big-red-button-dotnet</projectUrl>
  10. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  11. <description>.NET class for Dream Cheeky's Big Red Button toy</description>
  12. <copyright>Copyright 2014 Michael Benford</copyright>
  13. <tags>DreamCheeky BigRedButton</tags>
  14. <dependencies>
  15. <dependency id="hidlibrary" version="3.2.28.0" />
  16. </dependencies>
  17. </metadata>
  18. </package>