Xrm.Tools.CRMWebAPI
1.0.15
See the version list below for details.
dotnet add package Xrm.Tools.CRMWebAPI --version 1.0.15
NuGet\Install-Package Xrm.Tools.CRMWebAPI -Version 1.0.15
<PackageReference Include="Xrm.Tools.CRMWebAPI" Version="1.0.15" />
paket add Xrm.Tools.CRMWebAPI --version 1.0.15
#r "nuget: Xrm.Tools.CRMWebAPI, 1.0.15"
// Install Xrm.Tools.CRMWebAPI as a Cake Addin #addin nuget:?package=Xrm.Tools.CRMWebAPI&version=1.0.15 // Install Xrm.Tools.CRMWebAPI as a Cake Tool #tool nuget:?package=Xrm.Tools.CRMWebAPI&version=1.0.15
This is an API helper for working with Dynamics 365 Web API
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Core | netcoreapp is compatible. |
.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. |
Windows Store | netcore is compatible. netcore45 was computed. netcore451 was computed. |
-
.NETCoreApp 1.0
- Microsoft.NETCore.App (>= 1.1.0)
- Newtonsoft.Json (>= 9.0.1)
-
.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 | 76,915 | 12/11/2019 |
1.0.24 | 53,063 | 12/31/2018 |
1.0.23 | 875 | 12/21/2018 |
1.0.22-alpha1 | 1,056 | 11/22/2018 |
1.0.21-alpha1 | 595 | 11/22/2018 |
1.0.20-alpha1 | 944 | 8/3/2018 |
1.0.19-alpha2 | 928 | 6/3/2018 |
1.0.19-alpha | 831 | 5/25/2018 |
1.0.18 | 10,180 | 8/19/2017 |
1.0.17 | 1,839 | 7/1/2017 |
1.0.16 | 1,824 | 4/6/2017 |
1.0.15 | 1,160 | 2/10/2017 |
1.0.12 | 1,054 | 1/4/2017 |
1.0.11 | 1,782 | 9/2/2016 |
1.0.10 | 1,017 | 8/3/2016 |
1.0.9 | 1,030 | 6/2/2016 |
1.0.8 | 1,023 | 6/2/2016 |
1.0.7 | 996 | 5/13/2016 |
1.0.6 | 1,078 | 4/29/2016 |
1.0.5 | 1,074 | 1/22/2016 |
1.0.4 | 998 | 1/21/2016 |
1.0.3 | 1,003 | 1/17/2016 |
1.0.2 | 972 | 1/17/2016 |
1.0.1 | 1,178 | 1/17/2016 |
1.0.0 | 1,002 | 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
1.0.12 Fixed issue with Upsert with alternate key
1.0.13 Added .net core assembly support
1.0.14 fixed target file for netcore in nuget spec
1.0.15 fixed target file for netcore in nuget spec