Sportradar.LiveData.Sdk 1.1.16-beta

This is a prerelease version of Sportradar.LiveData.Sdk.
dotnet add package Sportradar.LiveData.Sdk --version 1.1.16-beta
                    
NuGet\Install-Package Sportradar.LiveData.Sdk -Version 1.1.16-beta
                    
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="Sportradar.LiveData.Sdk" Version="1.1.16-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Sportradar.LiveData.Sdk" Version="1.1.16-beta" />
                    
Directory.Packages.props
<PackageReference Include="Sportradar.LiveData.Sdk" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Sportradar.LiveData.Sdk --version 1.1.16-beta
                    
#r "nuget: Sportradar.LiveData.Sdk, 1.1.16-beta"
                    
#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.
#addin nuget:?package=Sportradar.LiveData.Sdk&version=1.1.16-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Sportradar.LiveData.Sdk&version=1.1.16-beta&prerelease
                    
Install as a Cake Tool

Sportradar live data bookmaker SDK.

Product 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. 
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.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.