Skip to content

Releases: zoho/zohocrm-csharp-sdk-6.0

4.0.0

08 Mar 13:19
e2279da
Compare
Choose a tag to compare

4.0.0

  • Changed tabTraversal field datatype in Layouts Sections.

For more details, kindly refer to here.

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

- Package Manager

    ```sh
    Install-Package ZOHOCRMSDK-6.0 -Version 4.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-6.0 --version 4.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 to the package.

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

3.0.0

27 Feb 07:11
4177513
Compare
Choose a tag to compare

3.0.0

For more details, kindly refer to here.

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

- Package Manager

    ```sh
    Install-Package ZOHOCRMSDK-6.0 -Version 3.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-6.0 --version 3.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 to the package.

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

2.0.0

25 Jan 07:06
f4d9c46
Compare
Choose a tag to compare
  • C# SDK Fields meta handling in Utility class.

For more details, kindly refer to here.

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

- Package Manager

    ```sh
    Install-Package ZOHOCRMSDK-6.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-6.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-6.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

20 Dec 07:04
a93e5b0
Compare
Choose a tag to compare

For more details, kindly refer to here.

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

- Package Manager

    ```sh
    Install-Package ZOHOCRMSDK-6.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-6.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-6.0" Version="1.0.0" />
        <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
        <PackageReference Include="MySql.Data" Version="6.9.12" />
    </ItemGroup>
    ```