/winhotkey/winhotkey.nuspec

https://gitlab.com/Smileyt/choco-auto · nuspec · 37 lines · 33 code · 3 blank · 1 comment · 0 complexity · e88b49250eec3c6892a7776b42545c53 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Do not remove this test for UTF-8: if Ω doesnt 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/2010/07/nuspec.xsd">
  4. <metadata>
  5. <id>{{PackageName}}</id>
  6. <title>WinHotKey</title>
  7. <version>{{PackageVersion}}</version>
  8. <authors>Brian Mathis</authors>
  9. <owners>doc</owners>
  10. <summary>WinHotKey allows you to assign "hot keys" that do various things.</summary>
  11. <description>
  12. WinHotKey allows you to assign "hot keys" that do various things. Actions that can be done with a hotkey are:
  13. - Launch a Program
  14. - Open a document
  15. - Open a folder
  16. - Automatically type something (Sorry, this feature doesn't work on Vista, Windows 7, or later)
  17. - Control other windows on the screen
  18. The main goal of this tool is to be easy to use. There are many other hotkey programs out there, but most of them do not provide a sufficient level of "ease of use". This walks the user through the options, while remaining a powerful tool.
  19. When running, the program sits in the system tray. Double-clicking on the system tray icon will bring up the main window.</description>
  20. <projectUrl>http://directedge.us/content/winhotkey</projectUrl>
  21. <tags>hotkey key winhotkey</tags>
  22. <copyright></copyright>
  23. <licenseUrl>http://directedge.us/content/winhotkey-license</licenseUrl>
  24. <requireLicenseAcceptance>false</requireLicenseAcceptance>
  25. <dependencies>
  26. <dependency id="autohotkey.portable" />
  27. </dependencies>
  28. <iconUrl>https://cdn.rawgit.com/aronovgj/chocolatey/master/icons/{{PackageName}}.jpeg</iconUrl>
  29. <releaseNotes></releaseNotes>
  30. </metadata>
  31. <files>
  32. <file src="tools\**" target="tools" />
  33. </files>
  34. </package>