Smartlogic.Semaphore.Api 1.1.10

There is a newer version of this package available.
See the version list below for details.
dotnet add package Smartlogic.Semaphore.Api --version 1.1.10
NuGet\Install-Package Smartlogic.Semaphore.Api -Version 1.1.10
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.10" />
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.10
#r "nuget: Smartlogic.Semaphore.Api, 1.1.10"
#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.10

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

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 Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 173 1/30/2024
1.1.22 1,648 2/2/2023
1.1.21 1,859 4/28/2021
1.1.20 952 8/31/2020
1.1.19 1,383 4/30/2020
1.1.18 539 4/23/2020
1.1.17 610 4/16/2020
1.1.16 548 4/15/2020
1.1.15 609 3/23/2020
1.1.14 603 11/5/2019
1.1.13 1,645 9/24/2019
1.1.12 886 11/15/2018
1.1.10 2,600 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,056 5/16/2018
1.1.4 1,753 5/30/2017
1.1.3 2,493 7/15/2016
1.1.2 1,907 7/12/2016
1.0.0 1,051 7/5/2016

v 1.1.10 - Fixed incorrect exception handling. Patched potential null reference exception.
     v 1.1.9 - Added suport 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 neccesary for connection to OAuth secured endpoints.