forked from SharpMap/SharpMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SharpMap.Layers.BruTile.nuspec
38 lines (38 loc) · 1.75 KB
/
SharpMap.Layers.BruTile.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
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SharpMap.Layers.BruTile</id>
<version>$version$</version>
<authors>SharpMap-Team</authors>
<licenseUrl>https://github.com/SharpMap/SharpMap/blob/Branches/1.0/license.txt</licenseUrl>
<projectUrl>https://github.com/SharpMap/SharpMap</projectUrl>
<iconUrl>https://avatars1.githubusercontent.com/u/8349804??v=3&s=120</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>
SharpMap is an easy-to-use mapping library for use in web and desktop applications.
It provides access to many types of GIS data, enables spatial querying of that data, and renders beautiful maps.
The engine is written in C# and based on the .Net 4.0 framework.
</summary>
<releaseNotes>
New Features
Bug fixes
</releaseNotes>
<description>
This package contains the components of SharpMap required to render tiled web-map-service maps.
</description>
<tags>SharpMap GIS Map GeoSpatial</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework="net40-client" />
<frameworkAssembly assemblyName="System.Drawing" targetFramework="net40-client" />
</frameworkAssemblies>
<dependencies>
<dependency id="SharpMap.Core" version="[$version$]"/>
<dependency id="BruTile" version="[0.18.1]"/>
<dependency id="BruTile.Desktop" version="[0.18.1]"/>
</dependencies>
</metadata>
<files>
<file src="SharpMap.Layers.BruTile\bin\Release\SharpMap.Layers.BruTile.dll" target="lib\net40-client"/>
<file src="SharpMap.Layers.BruTile\bin\Release\SharpMap.Layers.BruTile.xml" target="lib\net40-client"/>
</files>
</package>