ditto.nuspec 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?xml version="1.0"?>
  2. <package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <metadata>
  4. <id>ditto</id>
  5. <title>Ditto Clipboard</title>
  6. <version>%version%-beta</version>
  7. <authors>Scott Brogden</authors>
  8. <owners>Scott Brogden</owners>
  9. <summary>Ditto Clipboard</summary>
  10. <docsUrl>https://github.com/sabrogden/Ditto/wiki</docsUrl>
  11. <mailingListUrl>https://github.com/sabrogden/Ditto/issues</mailingListUrl>
  12. <bugTrackerUrl>https://github.com/sabrogden/Ditto/issues</bugTrackerUrl>
  13. <projectSourceUrl>https://github.com/sabrogden/Ditto</projectSourceUrl>
  14. <description>Ditto is an extension to the standard windows clipboard. It saves each item placed on the clipboard allowing you access to any of those items at a later time. Ditto allows you to save any type of information that can be put on the clipboard, text, images, html, custom formats, .....
  15. #### Features
  16. * Easy to use interface
  17. * Search and paste previous copy entries
  18. * Keep multiple computer's clipboards in sync
  19. * Data is encrypted when sent over the network
  20. * Accessed from tray icon or global hot key
  21. * Select entry by double click, enter key or drag drop
  22. * Paste into any window that excepts standard copy/paste entries
  23. * Display thumbnail of copied images in list
  24. * Full Unicode support(display foreign characters)
  25. * UTF-8 support for language files(create language files in any language)
  26. * Uses sqlite database (www.sqlite.org)</description>
  27. <projectUrl>https://ditto-cp.sourceforge.io/</projectUrl>
  28. <tags>Ditto clipboard</tags>
  29. <licenseUrl>http://www.gnu.org/licenses/gpl-3.0.txt</licenseUrl>
  30. <requireLicenseAcceptance>false</requireLicenseAcceptance> <!-- or true if you require the user to accept the License before installing -->
  31. <iconUrl>https://ditto-cp.sourceforge.io/Ditto2.png</iconUrl>
  32. </metadata>
  33. </package>