Xrm.Tools.CRMWebAPI
1.0.11
See the version list below for details.
dotnet add package Xrm.Tools.CRMWebAPI --version 1.0.11
NuGet\Install-Package Xrm.Tools.CRMWebAPI -Version 1.0.11
<PackageReference Include="Xrm.Tools.CRMWebAPI" Version="1.0.11" />
paket add Xrm.Tools.CRMWebAPI --version 1.0.11
#r "nuget: Xrm.Tools.CRMWebAPI, 1.0.11"
// Install Xrm.Tools.CRMWebAPI as a Cake Addin #addin nuget:?package=Xrm.Tools.CRMWebAPI&version=1.0.11 // Install Xrm.Tools.CRMWebAPI as a Cake Tool #tool nuget:?package=Xrm.Tools.CRMWebAPI&version=1.0.11
This is an API helper for working with CRM 2016 Web API
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net46 is compatible. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
-
.NETFramework 4.0
- Microsoft.AspNet.WebApi.Client (>= 5.2.3)
- Newtonsoft.Json (>= 8.0.2)
-
UAP 10.0
- Newtonsoft.Json (>= 8.0.2)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Xrm.Tools.CRMWebAPI:
Package | Downloads |
---|---|
Xamariners.Helpers
Xamariners.Helpers is a library of common helper classes. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.25 | 75,277 | 12/11/2019 |
1.0.24 | 52,887 | 12/31/2018 |
1.0.23 | 872 | 12/21/2018 |
1.0.22-alpha1 | 1,054 | 11/22/2018 |
1.0.21-alpha1 | 592 | 11/22/2018 |
1.0.20-alpha1 | 941 | 8/3/2018 |
1.0.19-alpha2 | 925 | 6/3/2018 |
1.0.19-alpha | 828 | 5/25/2018 |
1.0.18 | 10,171 | 8/19/2017 |
1.0.17 | 1,836 | 7/1/2017 |
1.0.16 | 1,821 | 4/6/2017 |
1.0.15 | 1,158 | 2/10/2017 |
1.0.12 | 1,050 | 1/4/2017 |
1.0.11 | 1,778 | 9/2/2016 |
1.0.10 | 1,014 | 8/3/2016 |
1.0.9 | 1,028 | 6/2/2016 |
1.0.8 | 1,021 | 6/2/2016 |
1.0.7 | 993 | 5/13/2016 |
1.0.6 | 1,076 | 4/29/2016 |
1.0.5 | 1,071 | 1/22/2016 |
1.0.4 | 995 | 1/21/2016 |
1.0.3 | 1,000 | 1/17/2016 |
1.0.2 | 969 | 1/17/2016 |
1.0.1 | 1,175 | 1/17/2016 |
1.0.0 | 1,000 | 1/17/2016 |
1.0.0 Initial release
1.0.1 Cleanup of the API, more comments
1.0.2 removed JToken from public APIs
1.0.3 added uwp binary
1.0.4 fixed bug in ExecuteFunction, added support for Formatted Values
1.0.5 allow network credentials to be optional for on-prem
1.0.6 added Metadata Extension methods
1.0.7 added Expand support to Query Options
1.0.8 fixed references to System.Net.Http
1.0.9 added dependency for System.Net.Http.Formatting
1.0.10 Fixed issue if Select and Orderby were both used
1.0.11 Improved contents of exception messages