12345678910111213141516171819202122232425262728293031323334353637 |
- <?xml version="1.0" encoding="utf-8"?>
- <!-- 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. -->
- <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
- <metadata>
- <!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
- <id>synctrayzor</id>
- <title>[Deprecated] SyncTrayzor</title>
- <version>1.1.29.1</version>
- <authors>Antony Male</authors>
- <owners>Antony Male</owners>
- <summary>Windows tray utility / launcher for Syncthing</summary>
- <description>SyncTrayzor v1 is no longer under development (sorry!).
- 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).
- Please switch to SyncTrayzor v2 (after determining that you trust the fork!).
- </description>
- <projectUrl>https://github.com/canton7/SyncTrayzor</projectUrl>
- <packageSourceUrl>https://github.com/canton7/SyncTrayzor/tree/develop/chocolatey</packageSourceUrl>
- <!--<projectSourceUrl></projectSourceUrl>
- <docsUrl></docsUrl>
- <mailingListUrl></mailingListUrl>>-->
- <bugTrackerUrl>https://github.com/canton7/SyncTrayzor/issues</bugTrackerUrl>
- <tags>synctrayzor syncthing synchronization admin</tags>
- <licenseUrl>https://raw.githubusercontent.com/canton7/SyncTrayzor/master/LICENSE.txt</licenseUrl>
- <requireLicenseAcceptance>false</requireLicenseAcceptance>
- <iconUrl>https://cdn.statically.io/gh/canton7/SyncTrayzor/develop/SyncTrayzor.png</iconUrl>
- <dependencies>
- <!-- Chocolatey 0.9.9 required in order to access the chocolateyPackageName and chocolateyPackageVersion environment variables -->
- <dependency id="chocolatey" version="0.9.10" />
- <!-- Make sure that .Net 4.7.2 or better is installed -->
- <dependency id="dotnetfx" version="4.7.2" />
- </dependencies>
- <releaseNotes>https://github.com/canton7/SyncTrayzor/blob/master/CHANGELOG.md</releaseNotes>
- <!--<provides></provides>-->
- </metadata>
- <files/>
- </package>
|