Segmage integrate .NET applications. It is easy to set up, has a clean API, and runs on all recent .NET platforms.
The Segmage.NET is available on Nuget as Segmage
. Use the
following command to install it with the Nuget package manager:
$ Install-Package Segmage -Version $VERSION
Or use the dotnet
command-line utility as follows:
$ dotnet add package Segmage --version $VERSION
Segmage.Core.Extensions integrate .NET Core applications. It is easy to set, has a clean API, and runs on all recent .NET Core platforms.
The Segmage.NET is available on Nuget as Segmage.Core.Extension
. Use the
following command to install it with the Nuget package manager:
$ Install-Package Segmage.Core.Extension -Version $VERSION
Or use the dotnet
command-line utility as follows:
$ dotnet add package Segmage.Core.Extension --version $VERSION
Segmage.AspNetCore.Extensions integrate Asp.NET Core applications. It is easy to set, has a clean API, and runs on all recent Asp.NET Core platforms.
The Segmage.AspNetCore.Extensions is available on Nuget as Segmage.AspNetCore.Extensions
. Use the
following command to install it with the Nuget package manager:
$ Install-Package Segmage.AspNetCore.Extensions -Version $VERSION
Or use the dotnet
command-line utility as follows:
$ dotnet add package Segmage.AspNetCore.Extensions --version $VERSION
Segmage.NET SDK is licensed under the Apache License, version 2.0.
Your use of Segmage is governed by the Terms of Service for Segmage Services.