-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquickroute.nuspec
More file actions
38 lines (35 loc) · 1.94 KB
/
quickroute.nuspec
File metadata and controls
38 lines (35 loc) · 1.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>quickroute</id>
<version>2.4.0</version>
<packageSourceUrl>https://github.com/overag3/quickroute</packageSourceUrl>
<owners>overage</owners>
<!-- ============================== -->
<!-- == SOFTWARE SPECIFIC SECTION == -->
<title>QuickRoute</title>
<authors>Mats Troeng,Jörgen Ohlin</authors>
<projectUrl>http://www.matstroeng.se/quickroute/en/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/overag3/quickroute/QuickRoute.png</iconUrl>
<licenseUrl>http://www.gnu.org/licenses/gpl.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/matstroeng/quickroute</projectSourceUrl>
<bugTrackerUrl>https://github.com/matstroeng/quickroute/issues</bugTrackerUrl>
<tags>orienteering map quickroute gps</tags>
<summary>A simple display of a GPS route on an orienteering map</summary>
<description><![CDATA[The main purpose of QuickRoute is to make it quick and simple to transfer your route from a GPS device onto a map.
To run QuickRoute on Mac OS X, a virtualization software like VMware Fusion or Parallels Desktop is required. There is no native Mac OS X version of QuickRoute.
QuickRoute has built-in support for GPS devices in the Garmin Forerunner series. Other devices that can produce data files in the GPX format are also supported. Integration with Google Earth gives great opportunities to analysis of geographical data.
## Note
- This package installs a latest version of QuickRoute and uninstalls all previous versions.
]]></description>
<dependencies>
<dependency id="dotnet3.5" version="3.5.20160716" />
</dependencies>
<!-- =============================== -->
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>