forked from davetimmins/ArcGIS.PCL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathArcGIS.PCL.nuspec
54 lines (48 loc) · 2.12 KB
/
ArcGIS.PCL.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ArcGIS.PCL</id>
<version>2.2.3</version>
<title>ArcGIS Server Gateway</title>
<authors>Dave Timmins</authors>
<projectUrl>https://github.com/davetimmins/ArcGIS.PCL</projectUrl>
<licenseUrl>https://github.com/davetimmins/ArcGIS.PCL/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>
Use ArcGIS Server REST types and resources without an official SDK.
Supports the following as typed operations:
• Generate Token (automatically if using a token provider)
• Query
• Apply Edits
• Single Input Geocode (custom locator or Esri world locator)
• Suggest Geocode
• Reverse Geocode
• Describe site (returns a url for every service)
• Simplify
• Project
• Buffer
Also supports converting GeoJSON <-> ArcGIS Features
Works with .NET for Windows Store apps, .NET framework 4.5, Silverlight 4 and higher, Windows Phone 7.5 and higher.
</description>
<summary>
Use ArcGIS Server REST types and resources without an official SDK.
Also supports converting GeoJSON <-> ArcGIS Features
Works with .NET for Windows Store apps, .NET framework 4.5, Silverlight 4 and higher, Windows Phone 7.5 and higher.
</summary>
<releaseNotes>
Fix Polygon GetExtent returning null
</releaseNotes>
<language />
<tags>ArcGIS ArcGISServer Esri REST PCL GIS GeoJSON Geo Json Mapping Map Location GeoLocation</tags>
<dependencies>
<dependency id="Microsoft.Bcl" version="1.1.6" />
<dependency id="Microsoft.Bcl.Async" version="1.0.165" />
<dependency id="Microsoft.Bcl.Build" version="1.0.13" />
<dependency id="Microsoft.Net.Http" version="2.2.18" />
</dependencies>
</metadata>
<files>
<file src="readme.txt" target="readme.txt" />
<file src="ArcGIS.ServiceModel\bin\Release\ArcGIS.ServiceModel.dll" target="lib\ArcGIS.ServiceModel.dll" />
</files>
</package>