Smartlogic.Semaphore.Api 1.1.23

This package has a SemVer 2.0.0 package version: 1.1.23+3d09a8974b7db18a266b08f68eeefb08253d1fc8.
dotnet add package Smartlogic.Semaphore.Api --version 1.1.23
NuGet\Install-Package Smartlogic.Semaphore.Api -Version 1.1.23
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Smartlogic.Semaphore.Api" Version="1.1.23" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Smartlogic.Semaphore.Api --version 1.1.23
#r "nuget: Smartlogic.Semaphore.Api, 1.1.23"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Smartlogic.Semaphore.Api as a Cake Addin
#addin nuget:?package=Smartlogic.Semaphore.Api&version=1.1.23

// Install Smartlogic.Semaphore.Api as a Cake Tool
#tool nuget:?package=Smartlogic.Semaphore.Api&version=1.1.23

A client library that can be used to connect to Semaphore services from Microsoft .Net framework applications

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
1.1.23 158 1/30/2024
1.1.22 1,542 2/2/2023
1.1.21 1,858 4/28/2021
1.1.20 952 8/31/2020
1.1.19 1,382 4/30/2020
1.1.18 538 4/23/2020
1.1.17 609 4/16/2020
1.1.16 547 4/15/2020
1.1.15 607 3/23/2020
1.1.14 601 11/5/2019
1.1.13 1,642 9/24/2019
1.1.12 886 11/15/2018
1.1.10 2,599 10/10/2018
1.1.8 1,516 7/18/2018
1.1.7 1,093 7/6/2018
1.1.6 1,261 5/17/2018
1.1.5 1,055 5/16/2018
1.1.4 1,753 5/30/2017
1.1.3 2,492 7/15/2016
1.1.2 1,907 7/12/2016
1.0.0 1,051 7/5/2016

v 1.1.23 - Added option to classify from stream
     v 1.1.22 - Added correlation id header to CS/SES requests
     v 1.1.21 - Added method to retrieve languages of a specific SES model
     v 1.1.20 - Changed target framework to .NET Standard 2.0 again
     v 1.1.19 - Changed return type of GetVersion() methods to string
     v 1.1.18 - Lowered required version of Newtonsoft.Json library
     v 1.1.17 - Made Newtonsoft.Json dependency private
     v 1.1.16 - Migrated back to .NET Framework
     v 1.1.15 - Adjustments to accomodate Semaphore 5's SES schema change.
     v 1.1.14 - Migrated to .NET Standard
     v 1.1.13 - Changed the way the SES version is obtained.
     v 1.1.12 - Enabled retrieval of nested meta nodes.
     v 1.1.11 - Upgraded Framework and libraries.
     v 1.1.10 - Fixed incorrect exception handling. Patched potential null reference exception.
     v 1.1.9 - Added support to changes in SES output after 4.1.29 version with backward compatibility.
     v 1.1.8 - Added support for term deprecated field in SES output.
     v 1.1.7 - Modified methods for getting terms, so that they support choosing a language.
     v 1.1.6 - Made it possible to set number of terms to download.
     v 1.1.4 - Added methods to support making SES requests for root terms for a specific hierarchical relationship.
     v 1.1.3 - Added XML Documentation. Added default ILogger implementation.
     v 1.1.2 - Added additional authorization functions necessary for connection to OAuth secured endpoints.