Smartlogic.Semaphore.Api
1.1.24
dotnet add package Smartlogic.Semaphore.Api --version 1.1.24
NuGet\Install-Package Smartlogic.Semaphore.Api -Version 1.1.24
<PackageReference Include="Smartlogic.Semaphore.Api" Version="1.1.24" />
paket add Smartlogic.Semaphore.Api --version 1.1.24
#r "nuget: Smartlogic.Semaphore.Api, 1.1.24"
// Install Smartlogic.Semaphore.Api as a Cake Addin #addin nuget:?package=Smartlogic.Semaphore.Api&version=1.1.24 // Install Smartlogic.Semaphore.Api as a Cake Tool #tool nuget:?package=Smartlogic.Semaphore.Api&version=1.1.24
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 | 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. |
-
- Newtonsoft.Json (>= 13.0.3)
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 | 52 | 7/10/2024 |
1.1.23 | 349 | 1/30/2024 |
1.1.22 | 3,245 | 2/2/2023 |
1.1.21 | 1,886 | 4/28/2021 |
1.1.20 | 980 | 8/31/2020 |
1.1.19 | 1,421 | 4/30/2020 |
1.1.18 | 567 | 4/23/2020 |
1.1.17 | 663 | 4/16/2020 |
1.1.16 | 575 | 4/15/2020 |
1.1.15 | 641 | 3/23/2020 |
1.1.14 | 632 | 11/5/2019 |
1.1.13 | 1,662 | 9/24/2019 |
1.1.12 | 921 | 11/15/2018 |
1.1.10 | 2,640 | 10/10/2018 |
1.1.8 | 1,547 | 7/18/2018 |
1.1.7 | 1,124 | 7/6/2018 |
1.1.6 | 1,292 | 5/17/2018 |
1.1.5 | 1,096 | 5/16/2018 |
1.1.4 | 1,780 | 5/30/2017 |
1.1.3 | 2,521 | 7/15/2016 |
1.1.2 | 1,920 | 7/12/2016 |
1.0.0 | 1,078 | 7/5/2016 |
v 1.1.24 - Fixed API key validation. Upgraded Newtonsoft.Json version to 13.0.3.
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.