-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathMapbox.VectorTile.nuspec
More file actions
44 lines (39 loc) · 2.87 KB
/
Mapbox.VectorTile.nuspec
File metadata and controls
44 lines (39 loc) · 2.87 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
39
40
41
42
43
44
<?xml version="1.0"?>
<package >
<metadata>
<id>Mapbox.VectorTile</id>
<version>1.0.4-alpha2</version>
<authors>Mapbox</authors>
<owners>Mapbox</owners>
<licenseUrl>https://github.com/mapbox/vector-tile-cs</licenseUrl>
<projectUrl>https://github.com/mapbox/vector-tile-cs</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Mapbox VectorTileReader CSharp</description>
<releaseNotes>Republish of 1.0.4-alpha2, nupkg seem to have been corrupted</releaseNotes>
<copyright>Copyright 2017</copyright>
<tags>vector tiles c# mapbox</tags>
<!--
<dependencies>
<dependency id="Mapbox.Geometry" version="[1.0.0-alpha1]" />
</dependencies>
-->
</metadata>
<files>
<file src="bin\Net20Debug\v2.0\Mapbox.VectorTile.ExtensionMethods.dll" target="lib\net20\Mapbox.VectorTile.ExtensionMethods.dll"></file>
<file src="bin\Net20Debug\v2.0\Mapbox.VectorTile.Geometry.dll" target="lib\net20\Mapbox.VectorTile.Geometry.dll"></file>
<file src="bin\Net20Debug\v2.0\Mapbox.VectorTile.PbfReader.dll" target="lib\net20\Mapbox.VectorTile.PbfReader.dll"></file>
<file src="bin\Net20Debug\v2.0\Mapbox.VectorTile.VectorTileReader.dll" target="lib\net20\Mapbox.VectorTile.VectorTileReader.dll"></file>
<file src="bin\Net35Debug\v3.5\Mapbox.VectorTile.ExtensionMethods.dll" target="lib\net35\Mapbox.VectorTile.ExtensionMethods.dll"></file>
<file src="bin\Net35Debug\v3.5\Mapbox.VectorTile.Geometry.dll" target="lib\net35\Mapbox.VectorTile.Geometry.dll"></file>
<file src="bin\Net35Debug\v3.5\Mapbox.VectorTile.PbfReader.dll" target="lib\net35\Mapbox.VectorTile.PbfReader.dll"></file>
<file src="bin\Net35Debug\v3.5\Mapbox.VectorTile.VectorTileReader.dll" target="lib\net35\Mapbox.VectorTile.VectorTileReader.dll"></file>
<file src="bin\Net462Debug\v4.6.2\Mapbox.VectorTile.ExtensionMethods.dll" target="lib\net462\Mapbox.VectorTile.ExtensionMethods.dll"></file>
<file src="bin\Net462Debug\v4.6.2\Mapbox.VectorTile.Geometry.dll" target="lib\net462\Mapbox.VectorTile.Geometry.dll"></file>
<file src="bin\Net462Debug\v4.6.2\Mapbox.VectorTile.PbfReader.dll" target="lib\net462\Mapbox.VectorTile.PbfReader.dll"></file>
<file src="bin\Net462Debug\v4.6.2\Mapbox.VectorTile.VectorTileReader.dll" target="lib\net462\Mapbox.VectorTile.VectorTileReader.dll"></file>
<file src="bin\PortableDebug\portable-net45+uap10\Mapbox.VectorTile.ExtensionMethods.dll" target="lib\uap10\Mapbox.VectorTile.ExtensionMethods.dll"></file>
<file src="bin\PortableDebug\portable-net45+uap10\Mapbox.VectorTile.Geometry.dll" target="lib\uap10\Mapbox.VectorTile.Geometry.dll"></file>
<file src="bin\PortableDebug\portable-net45+uap10\Mapbox.VectorTile.PbfReader.dll" target="lib\uap10\Mapbox.VectorTile.PbfReader.dll"></file>
<file src="bin\PortableDebug\portable-net45+uap10\Mapbox.VectorTile.VectorTileReader.dll" target="lib\uap10\Mapbox.VectorTile.VectorTileReader.dll"></file>
</files>
</package>