Smartlogic.Semaphore.Api
1.1.19
See the version list below for details.
dotnet add package Smartlogic.Semaphore.Api --version 1.1.19
NuGet\Install-Package Smartlogic.Semaphore.Api -Version 1.1.19
<PackageReference Include="Smartlogic.Semaphore.Api" Version="1.1.19" />
paket add Smartlogic.Semaphore.Api --version 1.1.19
#r "nuget: Smartlogic.Semaphore.Api, 1.1.19"
// Install Smartlogic.Semaphore.Api as a Cake Addin #addin nuget:?package=Smartlogic.Semaphore.Api&version=1.1.19 // Install Smartlogic.Semaphore.Api as a Cake Tool #tool nuget:?package=Smartlogic.Semaphore.Api&version=1.1.19
A client library that can be used to connect to Semaphore services from Microsoft .Net framework applications
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
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.24 | 54 | 7/10/2024 |
1.1.23 | 351 | 1/30/2024 |
1.1.22 | 3,257 | 2/2/2023 |
1.1.21 | 1,888 | 4/28/2021 |
1.1.20 | 982 | 8/31/2020 |
1.1.19 | 1,423 | 4/30/2020 |
1.1.18 | 569 | 4/23/2020 |
1.1.17 | 665 | 4/16/2020 |
1.1.16 | 577 | 4/15/2020 |
1.1.15 | 643 | 3/23/2020 |
1.1.14 | 634 | 11/5/2019 |
1.1.13 | 1,664 | 9/24/2019 |
1.1.12 | 923 | 11/15/2018 |
1.1.10 | 2,642 | 10/10/2018 |
1.1.8 | 1,549 | 7/18/2018 |
1.1.7 | 1,126 | 7/6/2018 |
1.1.6 | 1,294 | 5/17/2018 |
1.1.5 | 1,098 | 5/16/2018 |
1.1.4 | 1,782 | 5/30/2017 |
1.1.3 | 2,523 | 7/15/2016 |
1.1.2 | 1,922 | 7/12/2016 |
1.0.0 | 1,080 | 7/5/2016 |
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.