GeckoFX.nuspec 1.2 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0"?>
  2. <package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  3. <metadata>
  4. <id>GeckoFX</id>
  5. <version>1.0.5</version>
  6. <authors>EmaGht</authors>
  7. <owners>EmaGht</owners>
  8. <iconUrl>http://cdn.flaticon.com/png/256/47371.png</iconUrl>
  9. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  10. <description>GeckoFX and XulRunner binaries for .NET
  11. GeckoFX Runtime Version: 45.0.6.0
  12. XulRunner Runtime Version: 45.0.0.5873</description>
  13. <summary>References geckofx-Core and Geckofx-Winforms while deploying all XulRunner assemblies in the project's output folder</summary>
  14. <releaseNotes>To be able to insert a Gecko web browser in your solution:
  15. -Install this package
  16. -Build
  17. -Toolbox -&gt; Right click -&gt; Choose Items -&gt; Browse
  18. -Go to your project's output directory, select Geckofx-Winforms and confirm.
  19. -You should now have the "GeckoWebBrowser" object in your toolbox
  20. -PROFIT</releaseNotes>
  21. <language>en-GB</language>
  22. <tags>GeckoFX .NET WebBrowser Browser Instance</tags>
  23. <dependencies>
  24. <dependency id="Baseclass.Contrib.Nuget.Output" version="2.0.0" />
  25. </dependencies>
  26. </metadata>
  27. </package>