synctrayzor.nuspec 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  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>[Deprecated] SyncTrayzor</title>
  8. <version>1.1.29.1</version>
  9. <authors>Antony Male</authors>
  10. <owners>Antony Male</owners>
  11. <summary>Windows tray utility / launcher for Syncthing</summary>
  12. <description>SyncTrayzor v1 is no longer under development (sorry!).
  13. GermanCoding has kindly forked it as [SyncTrayzor v2](https://github.com/GermanCoding/SyncTrayzor) and is continuing development, and this fork is [recommended by Syncthing](https://docs.syncthing.net/users/contrib.html#windows).
  14. Please switch to SyncTrayzor v2 (after determining that you trust the fork!).
  15. </description>
  16. <projectUrl>https://github.com/canton7/SyncTrayzor</projectUrl>
  17. <packageSourceUrl>https://github.com/canton7/SyncTrayzor/tree/develop/chocolatey</packageSourceUrl>
  18. <!--<projectSourceUrl></projectSourceUrl>
  19. <docsUrl></docsUrl>
  20. <mailingListUrl></mailingListUrl>>-->
  21. <bugTrackerUrl>https://github.com/canton7/SyncTrayzor/issues</bugTrackerUrl>
  22. <tags>synctrayzor syncthing synchronization admin</tags>
  23. <licenseUrl>https://raw.githubusercontent.com/canton7/SyncTrayzor/master/LICENSE.txt</licenseUrl>
  24. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  25. <iconUrl>https://cdn.statically.io/gh/canton7/SyncTrayzor/develop/SyncTrayzor.png</iconUrl>
  26. <dependencies>
  27. <!-- Chocolatey 0.9.9 required in order to access the chocolateyPackageName and chocolateyPackageVersion environment variables -->
  28. <dependency id="chocolatey" version="0.9.10" />
  29. <!-- Make sure that .Net 4.7.2 or better is installed -->
  30. <dependency id="dotnetfx" version="4.7.2" />
  31. </dependencies>
  32. <releaseNotes>https://github.com/canton7/SyncTrayzor/blob/master/CHANGELOG.md</releaseNotes>
  33. <!--<provides></provides>-->
  34. </metadata>
  35. <files/>
  36. </package>