forked from SharpMap/SharpMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SharpMap.Data.Providers.GeoPackage.nuspec
29 lines (29 loc) · 1.44 KB
/
SharpMap.Data.Providers.GeoPackage.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SharpMap.Data.Providers.GeoPackage</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>
<description>
This package contains a SharpMap provider for OGC's GeoPackage.
</description>
<tags>SharpMap GIS Map OGC GeoPackage</tags>
<dependencies>
<dependency id="SharpMap.Core" version="[$version$]"/>
<dependency id="System.Data.SQLite.Core" version="[1.0.94.0]"/>
</dependencies>
</metadata>
<files>
<file src="SharpMap.Data.Providers.GeoPackage\bin\Release\SharpMap.Data.Providers.GeoPackage.dll" target="lib\net40-client"/>
<file src="SharpMap.Data.Providers.GeoPackage\bin\Release\SharpMap.Data.Providers.GeoPackage.xml" target="lib\net40-client"/>
</files>
</package>