Sportradar.LiveData.Sdk
1.1.16-beta
dotnet add package Sportradar.LiveData.Sdk --version 1.1.16-beta
NuGet\Install-Package Sportradar.LiveData.Sdk -Version 1.1.16-beta
<PackageReference Include="Sportradar.LiveData.Sdk" Version="1.1.16-beta" />
<PackageVersion Include="Sportradar.LiveData.Sdk" Version="1.1.16-beta" />
<PackageReference Include="Sportradar.LiveData.Sdk" />
paket add Sportradar.LiveData.Sdk --version 1.1.16-beta
#r "nuget: Sportradar.LiveData.Sdk, 1.1.16-beta"
#addin nuget:?package=Sportradar.LiveData.Sdk&version=1.1.16-beta&prerelease
#tool nuget:?package=Sportradar.LiveData.Sdk&version=1.1.16-beta&prerelease
Sportradar live data bookmaker SDK.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- Castle.EventWiringFacility (>= 4.1.1)
- Castle.FactorySupportFacility (>= 4.1.1)
- Castle.Windsor (>= 4.1.1)
- log4net (>= 2.0.12)
- Microsoft.IdentityModel.Tokens (>= 6.34.0)
- Newtonsoft.Json (>= 13.0.1)
- NodaTime (>= 3.0.5)
- Portable.BouncyCastle (>= 1.9.0)
- System.IdentityModel.Tokens.Jwt (>= 6.34.0)
- System.Net.Http (>= 4.3.4)
- System.ServiceModel.Duplex (>= 4.8.1)
- System.ServiceModel.Http (>= 4.8.1)
-
net6.0
- Castle.EventWiringFacility (>= 4.1.1)
- Castle.FactorySupportFacility (>= 4.1.1)
- Castle.Windsor (>= 4.1.1)
- log4net (>= 2.0.12)
- Microsoft.IdentityModel.Tokens (>= 6.34.0)
- Newtonsoft.Json (>= 13.0.1)
- NodaTime (>= 3.0.5)
- System.IdentityModel.Tokens.Jwt (>= 6.34.0)
- System.ServiceModel.Duplex (>= 4.8.1)
- System.ServiceModel.Http (>= 4.8.1)
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.16-beta | 140 | 6/2/2025 |
1.1.15 | 1,952 | 4/8/2025 |
1.1.14 | 887 | 3/27/2025 |
1.1.13 | 517 | 3/25/2025 |
1.1.12 | 9,165 | 10/18/2024 |
1.1.11 | 1,043 | 8/23/2024 |
1.1.10 | 5,516 | 6/3/2024 |
1.1.10-beta | 106 | 6/11/2024 |
1.1.9 | 2,207 | 3/11/2024 |
1.1.8 | 190 | 3/1/2024 |
1.1.7 | 711 | 1/16/2024 |
1.1.6 | 1,971 | 11/8/2023 |
1.1.5 | 10,546 | 10/10/2023 |
1.1.4 | 5,400 | 6/15/2023 |
1.1.3 | 560 | 5/30/2023 |
1.1.2 | 1,797 | 3/14/2023 |
1.1.1 | 789 | 1/26/2023 |
1.1.0-beta | 470 | 10/31/2022 |
1.0.4 | 682 | 11/8/2022 |
1.0.3 | 918 | 9/22/2022 |
1.0.2 | 787 | 8/25/2022 |
1.0.1 | 792 | 8/19/2022 |
1.0.0 | 1,226 | 5/31/2022 |
Added support for Common IAM authentication.
Introduced a new configuration section, `Auth`, which must be placed within the `Sdk` element. The required properties are:
- ClientId
- Kid
- Tenant
- PemPath
Added a new event, OnLoginFailed, which can be subscribed to in LiveScoutFeedProvider.
ScoutUsername and ScoutPassword properties in the LiveScout section of the app.config file are now optional.