Sportradar.LiveData.Sdk
1.1.16-beta
See the version list below for details.
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"
#:package 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.19 | 835 | 12/10/2025 |
| 1.1.18 | 1,100 | 11/26/2025 |
| 1.1.17 | 1,772 | 10/8/2025 |
| 1.1.16-beta | 235 | 6/2/2025 |
| 1.1.15 | 6,138 | 4/8/2025 |
| 1.1.14 | 1,184 | 3/27/2025 |
| 1.1.13 | 737 | 3/25/2025 |
| 1.1.12 | 19,107 | 10/18/2024 |
| 1.1.11 | 1,261 | 8/23/2024 |
| 1.1.10 | 7,449 | 6/3/2024 |
| 1.1.10-beta | 204 | 6/11/2024 |
| 1.1.9 | 2,317 | 3/11/2024 |
| 1.1.8 | 327 | 3/1/2024 |
| 1.1.7 | 822 | 1/16/2024 |
| 1.1.6 | 2,047 | 11/8/2023 |
| 1.1.5 | 23,339 | 10/10/2023 |
| 1.1.4 | 6,223 | 6/15/2023 |
| 1.1.3 | 673 | 5/30/2023 |
| 1.1.2 | 1,914 | 3/14/2023 |
| 1.1.1 | 899 | 1/26/2023 |
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.