synctrayzor.nuspec 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
  3. <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
  4. <metadata>
  5. <!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
  6. <id>synctrayzor</id>
  7. <title>SyncTrayzor</title>
  8. <version>0.0.0</version>
  9. <authors>Antony Male</authors>
  10. <owners>Antony Male</owners>
  11. <summary>Windows tray utility / launcher for Syncthing</summary>
  12. <description>SyncTrayzor is a little tray utility for [Syncthing](http://syncthing.net/) on Windows.
  13. It hosts and wraps Syncthing, making it behave more like a native Windows application and less like a command-line utility with a web browser interface.
  14. Features include:
  15. - Has a built-in web browser, so you don't need to fire up an external browser.
  16. - Optionally starts on login, so you don't need to set up Syncthing as a service.
  17. - Has drop-box style file download / progress window
  18. - Tray icon indicates when synchronization is occurring.
  19. - Alerts you when:
  20. - You have file conflicts
  21. - One of your folders is out of sync
  22. - Folders finish syncing
  23. - Devices connect / disconnect
  24. - Has a tool to help you resolve file conflicts
  25. - Contains translations for many languages
  26. </description>
  27. <projectUrl>https://github.com/canton7/SyncTrayzor</projectUrl>
  28. <packageSourceUrl>https://github.com/canton7/SyncTrayzor/tree/develop/chocolatey</packageSourceUrl>
  29. <!--<projectSourceUrl></projectSourceUrl>
  30. <docsUrl></docsUrl>
  31. <mailingListUrl></mailingListUrl>>-->
  32. <bugTrackerUrl>https://github.com/canton7/SyncTrayzor/issues</bugTrackerUrl>
  33. <tags>synctrayzor syncthing synchronization admin</tags>
  34. <licenseUrl>https://raw.githubusercontent.com/canton7/SyncTrayzor/master/LICENSE.txt</licenseUrl>
  35. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  36. <iconUrl>https://cdn.statically.io/gh/canton7/SyncTrayzor/develop/SyncTrayzor.png</iconUrl>
  37. <dependencies>
  38. <!-- Chocolatey 0.9.9 required in order to access the chocolateyPackageName and chocolateyPackageVersion environment variables -->
  39. <dependency id="chocolatey" version="0.9.10" />
  40. <!-- Make sure that .Net 4.7.2 or better is installed -->
  41. <dependency id="dotnetfx" version="4.7.2" />
  42. </dependencies>
  43. <releaseNotes>https://github.com/canton7/SyncTrayzor/blob/master/CHANGELOG.md</releaseNotes>
  44. <!--<provides></provides>-->
  45. </metadata>
  46. <files>
  47. <file src="tools\**" target="tools" />
  48. </files>
  49. </package>