Skip to content

Releases: zoho/zohocrm-csharp-sdk-8.0

4.0.0

27 Dec 16:27
1a271c6

Choose a tag to compare

4.0.0

  • Updated dependencies to their latest versions.
  • Handled SDK utils and API connectors.
  • Improved DB store query handling.
  • Fixed an issue with the Blueprint update API response.
  • Blueprint Field class validationRule field datatype changed (String to Object).
  • BulkWrite BodyWrapper class fileType field datatype changed (Choice to String).
  • BulkWrite JobDetail class fileType field datatype changed (Choice to String).
  • BulkRead Query class fileType field datatype changed (Choice to String).
  • Modules GetModulesParam class STATUS field datatype changed (Choice to String).
  • Added new trigger field in Notes BodyWrapper class.
  • Notifications class deleteEvents field datatype changed (Choice to String).
  • Modules DeleteNotificationParam class CHANNEL_IDS field datatype changed (Long to String).
  • Profiles and MinifiedProfile class delete field datatype changed (Boolean to Delete class).
  • Added new applyFeatureExecution, applyValidationRule, applyFunctionValidationRule, and skipFeatureExecution fields in Record BodyWrapper class.
  • Tags class colorCode field datatype changed (Choice to String).
  • Users CountWrapper class count field datatype changed (Long to Integer).
  • Users GetUsersParam class TYPE field datatype changed (Choice to String).
  • Webforms Abtesting class id field datatype changed (Long to String).
  • Webforms AcknowledgeVisitor class templateId field datatype changed (Long to String).
  • Webforms AssignmentRule class id field datatype changed (Long to String).
  • Webforms Layout class id field datatype changed (Long to String).
  • Webforms Module class id field datatype changed (Long to String).
  • Webforms Owner class id field datatype changed (Long to String).
  • Webforms Tags class id field datatype changed (Long to String).
  • Webforms Users class id field datatype changed (Long to String).
  • Webforms Users acknowledgeVisitor field datatype changed (AcknowledgeVisitors to AcknowledgeVisitor).
  • Removed updateWebForms method from the WebformsOperations class.

For more details, kindly refer to here.

C# SDK is available as a NuGet package. The ZOHOCRMSDK-8.0 assembly can be installed through the NuGet Package Manager or through the following options:

- Package Manager

    ```sh
    Install-Package ZOHOCRMSDK-8.0 -Version 4.0.0
    Install-Package MySql.Data -Version 9.5.0
    Install-Package Newtonsoft.Json -Version 13.0.1
    ```

- .NET  CLI

    ```sh
    dotnet add package ZOHOCRMSDK-8.0 --version 4.0.0
    dotnet add package Newtonsoft.Json --version 13.0.1
    dotnet add package MySql.Data --version 9.5.0
    ```

- PackageReference

    For projects that support PackageReference, copy this XML node into the project file to refer the package.

    ```sh
    <ItemGroup>
        <PackageReference Include="ZOHOCRMSDK-8.0" Version="4.0.0" />
        <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
        <PackageReference Include="MySql.Data" Version="9.5.0" />
    </ItemGroup>
    ```

2.0.0

16 Apr 05:55
3dd9bae

Choose a tag to compare

2.0.0

  • New fields have been added to the History Tracking Fields API.
  • Fixed the issue with the inventory mass conversion status API.

For more details, kindly refer to here.

C# SDK is available as a Nuget package. The ZOHOCRMSDK-8.0 assembly can be installed through the NuGet Package Manager or through the following options:

- Package Manager

    ```sh
    Install-Package ZOHOCRMSDK-8.0 -Version 2.0.0
    Install-Package MySql.Data -Version 6.9.12
    Install-Package Newtonsoft.Json -Version 13.0.1
    ```

- .NET  CLI

    ```sh
    dotnet add package ZOHOCRMSDK-8.0 --version 2.0.0
    dotnet add package Newtonsoft.Json --version 13.0.1
    dotnet add package MySql.Data --version 6.9.12
    ```

- PackageReference

    For projects that support PackageReference, copy this XML node into the project file to refer the package.

    ```sh
    <ItemGroup>
        <PackageReference Include="ZOHOCRMSDK-8.0" Version="2.0.0" />
        <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
        <PackageReference Include="MySql.Data" Version="6.9.12" />
    </ItemGroup>
    ```

1.0.0

16 Apr 05:52
3dd9bae

Choose a tag to compare

1.0.0

For more details, kindly refer to here.

C# SDK is available as a Nuget package. The ZOHOCRMSDK-8.0 assembly can be installed through the NuGet Package Manager or through the following options:

- Package Manager

    ```sh
    Install-Package ZOHOCRMSDK-8.0 -Version 1.0.0
    Install-Package MySql.Data -Version 6.9.12
    Install-Package Newtonsoft.Json -Version 13.0.1
    ```

- .NET  CLI

    ```sh
    dotnet add package ZOHOCRMSDK-8.0 --version 1.0.0
    dotnet add package Newtonsoft.Json --version 13.0.1
    dotnet add package MySql.Data --version 6.9.12
    ```

- PackageReference

    For projects that support PackageReference, copy this XML node into the project file to refer the package.

    ```sh
    <ItemGroup>
        <PackageReference Include="ZOHOCRMSDK-8.0" Version="1.0.0" />
        <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
        <PackageReference Include="MySql.Data" Version="6.9.12" />
    </ItemGroup>
    ```