EsriNL.Net.API
1.10.7
This package is deprecated and replaced by the new EsriNl.Net.Sdk 2.0.0 package
dotnet add package EsriNL.Net.API --version 1.10.7
NuGet\Install-Package EsriNL.Net.API -Version 1.10.7
<PackageReference Include="EsriNL.Net.API" Version="1.10.7" />
<PackageVersion Include="EsriNL.Net.API" Version="1.10.7" />
<PackageReference Include="EsriNL.Net.API" />
paket add EsriNL.Net.API --version 1.10.7
#r "nuget: EsriNL.Net.API, 1.10.7"
#addin nuget:?package=EsriNL.Net.API&version=1.10.7
#tool nuget:?package=EsriNL.Net.API&version=1.10.7
.Net SDK for developing against the ArcGIS Rest API
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net6.0
- Newtonsoft.Json (>= 13.0.3)
- RestSharp (>= 108.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.10.7 | 200 | 6/11/2024 | |
1.10.6 | 154 | 5/23/2024 | |
1.10.5 | 145 | 5/23/2024 | |
1.10.4 | 144 | 5/23/2024 | |
1.10.2 | 172 | 5/16/2024 | |
1.10.1 | 139 | 5/14/2024 | |
1.10.0 | 134 | 5/14/2024 | |
1.9.0 | 163 | 5/8/2024 | |
1.8.0 | 201 | 4/17/2024 | |
1.7.5 | 158 | 4/3/2024 | |
1.7.4 | 263 | 7/28/2023 | |
1.7.3 | 183 | 7/21/2023 | |
1.7.2 | 184 | 7/19/2023 | |
1.7.1 | 195 | 7/18/2023 | |
1.7.0 | 175 | 7/18/2023 | |
1.6.3 | 194 | 6/29/2023 | |
1.6.2 | 191 | 6/29/2023 | |
1.6.1 | 185 | 6/28/2023 | |
1.6.0 | 173 | 6/28/2023 | |
1.5.3 | 183 | 6/12/2023 |
1.6.3 Added the Geometry Service
1.7.0 Added sonarcloud and addfield on featurelayer
1.7.1 Added the public property of the featureservice url
1.7.2 Fixed multiple codesmells
1.7.3 Added the user name when using token login
1.7.4 Changed the update features return value from bool to a EditResult
1.7.5 Bug fix drawing size int to double
1.8.0 Add business analyst support
1.9.0 Add FeatureLayer append
1.10.0 Add Attachment support and getting resources
1.10.1 Changed GlobalId to string
1.10.2 Added better error handling
1.10.3 Improved error handling even more, Do note that JobResponse.Status is now an enum instead of a string
1.10.4 Added GetItemInfoResource to Content.Item and changed test to avoid clutter
1.10.5 Pipeline NuGet package release
1.10.6 Pipeline Yaml build
1.10.7 Added more tests and sonarcloud improvements