forked from itinero/GTFS
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGTFS.nuspec
25 lines (24 loc) · 1.35 KB
/
GTFS.nuspec
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
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>GTFS</id>
<version>$version$</version>
<title>GTFS</title>
<authors>xivk</authors>
<owners>xivk</owners>
<licenseUrl>https://raw.github.com/OsmSharp/GTFS/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/OsmSharp/GTFS</projectUrl>
<iconUrl>https://raw.github.com/OsmSharp/GTFS/master/icon.bmp</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>.Net/Mono implementation of a General Transit Feed Specification (GTFS) feed parser. (see https://developers.google.com/transit/gtfs/reference)
The implementation is deliberately kept very flexible and customizable because many GTFS feeds out there all have there specific little perks.</description>
<tags>routing, gtfs</tags>
</metadata>
<files>
<file src="Output\GTFS.dll" target="lib\portable-net40+sl4+win8+wp7\GTFS.dll" />
<file src="Output\GTFS.IO.dll" target="lib\portable-net40+sl4+win8+wp7\GTFS.IO.dll" />
<file src="Output\GTFS.dll" target="lib\net40\GTFS.dll" />
<file src="Output\GTFS.IO.dll" target="lib\net40\GTFS.IO.dll" />
<file src="Output\GTFS.IO.Desktop.dll" target="lib\net40\GTFS.IO.Desktop.dll" />
</files>
</package>