-
Notifications
You must be signed in to change notification settings - Fork 0
/
SharpMap.nuspec
35 lines (35 loc) · 1.62 KB
/
SharpMap.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
<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SharpMap</id>
<version>$version$</version>
<authors>SharpMap-Team</authors>
<licenseUrl>http://sharpmap.codeplex.com/license</licenseUrl>
<projectUrl>http://sharpmap.codeplex.com</projectUrl>
<!--<iconUrl>"http://download-codeplex.sec.s-msft.com/Download?ProjectName=sharpmap&DownloadId=668183"</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>
Combination of SharpMap.Core and SharpMap.Layers.BruTile
</releaseNotes>
<description>
This package contains the core components of SharpMap.
</description>
<tags>SharpMap GIS Map GeoSpatial</tags>
<frameworkAssemblies>
<frameworkAssembly assemblyName="System" targetFramework="net40-client" />
<frameworkAssembly assemblyName="System.Data" targetFramework="net40-client" />
<frameworkAssembly assemblyName="System.Drawing" targetFramework="net40-client" />
<frameworkAssembly assemblyName="System.Xml" targetFramework="net40-client" />
</frameworkAssemblies>
<dependencies>
<dependency id="SharpMap.Core" version="[1.2.0)"/>
<dependency id="SharpMap.Layers.BruTile" version="[1.2.0)"/>
</dependencies>
</metadata>
</files>
</package>