ZCRMSDK 3.0.0
See the version list below for details.
dotnet add package ZCRMSDK --version 3.0.0
NuGet\Install-Package ZCRMSDK -Version 3.0.0
<PackageReference Include="ZCRMSDK" Version="3.0.0" />
paket add ZCRMSDK --version 3.0.0
#r "nuget: ZCRMSDK, 3.0.0"
// Install ZCRMSDK as a Cake Addin #addin nuget:?package=ZCRMSDK&version=3.0.0 // Install ZCRMSDK as a Cake Tool #tool nuget:?package=ZCRMSDK&version=3.0.0
For information regarding the ZCRMSDK usage, refer this link
or GitHub page
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 4.6.1
- MySql.Data (>= 6.9.12)
- Newtonsoft.Json (>= 11.0.1)
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 |
---|---|---|
4.0.0-beta | 417 | 4/19/2021 |
3.1.0 | 18,203 | 5/17/2021 |
3.0.1 | 7,817 | 1/5/2021 |
3.0.0 | 1,109 | 11/30/2020 |
2.2.4 | 35,654 | 8/23/2021 |
2.2.3 | 22,226 | 9/10/2020 |
2.2.2 | 5,305 | 7/2/2020 |
2.2.1 | 7,137 | 6/27/2020 |
2.2.0 | 1,353 | 6/10/2020 |
2.1.9 | 3,044 | 5/7/2020 |
2.1.8 | 848 | 4/27/2020 |
2.1.7 | 2,617 | 3/27/2020 |
2.1.6 | 635 | 3/23/2020 |
2.1.5 | 2,553 | 2/21/2020 |
2.1.4 | 2,508 | 1/27/2020 |
2.1.2 | 1,842 | 12/26/2019 |
2.1.1 | 775 | 12/26/2019 |
2.1.0 | 973 | 12/17/2019 |
2.0.9 | 18,531 | 11/18/2019 |
2.0.8 | 747 | 11/14/2019 |
2.0.7 | 811 | 11/6/2019 |
2.0.6 | 718 | 10/31/2019 |
2.0.5 | 1,417 | 10/9/2019 |
2.0.4 | 2,096 | 9/12/2019 |
2.0.3 | 1,334 | 8/27/2019 |
2.0.2 | 7,971 | 5/22/2019 |
2.0.1 | 2,453 | 4/24/2019 |
1.0.4 | 15,216 | 2/1/2019 |
1.0.3 | 880 | 1/24/2019 |
1.0.2 | 1,663 | 1/17/2019 |
1.0.1 | 1,421 | 1/11/2019 |
1.0.0 | 859 | 1/3/2019 |
Version 3 is a new major version of the SDK that represents a significant effort to improve the capabilities of the SDK, incorporate customer feedback, upgrade our dependencies, improve performance, and adopt the latest C# standards.
The basic usage pattern of the SDK has changed from Version 2 to Version 3. Refer to the samples
The SDK is highly structured to ensure easy access to all the components.
Each CRM entity is represented by a package, and each package contains an Operations Class that incorporates methods to perform all possible operations over that entity.
SDKException - A wrapper class to wrap all exceptions such as SDK anomalies and other unexpected behaviours
StreamWrapper - A wrapper class for File operations.
APIResponse - A common response instance for all the SDK method calls.