Skip to content

Commit

Permalink
v1.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrovat committed Oct 24, 2023
1 parent 165ddd3 commit f9bad58
Show file tree
Hide file tree
Showing 251 changed files with 561 additions and 256,201 deletions.
63 changes: 0 additions & 63 deletions .gitattributes

This file was deleted.

10 changes: 10 additions & 0 deletions ReadMe.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
UnifiedOdds Feed SDK .NET library

Important:
There is a new major release (https://sdk.sportradar.com/unifiedfeed/netcore2) available along with detailed migration guide for upgrading from current version.

Current published version will only be supported for a limited amount of time. Support will include only bug fixes, all new product features will only be available in new version.

Users are encouraged to upgrade their solution to the newest version and test it in integration environment.

Notice: before starting DemoProject make sure to enter your bookmaker access token in app.config file and restore nuget packages by right-clicking the solution item and selecting "Restore NuGet Packages".

The SDK is also available via NuGet package manager. Use the following command in the Package Manager Console to install it along with it's dependencies:
Expand All @@ -25,6 +32,9 @@ The package contains:
For more information please contact support@sportradar.com or visit https://iodocs.betradar.com/unifiedsdk/index.html

CHANGE LOG:
2023-04-27 1.59.0
Added support for new stage type SprintRace

2023-04-27 1.58.0
Introduced OperationManager.MaxConnectionsPerServer property (at feed initialization sets the ServicePointManager.DefaultConnectionLimit)
Fixed lock issue when calling SportDataProvider.GetActiveTournamentsAsync repeatedly
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.57.1.0")]
[assembly: AssemblyFileVersion("1.57.1.0")]
[assembly: AssemblyVersion("1.59.0.0")]
[assembly: AssemblyFileVersion("1.59.0.0")]
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="Sportradar.OddsFeed.SDK, Version=1.58.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Sportradar.OddsFeed.SDK.1.58.0\lib\net45\Sportradar.OddsFeed.SDK.dll</HintPath>
<Reference Include="Sportradar.OddsFeed.SDK, Version=1.59.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>packages\Sportradar.OddsFeed.SDK.1.59.0\lib\net45\Sportradar.OddsFeed.SDK.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<package id="Microsoft.NETCore.Platforms" version="1.1.0" targetFramework="net45" />
<package id="NETStandard.Library" version="1.6.1" targetFramework="net45" />
<package id="Newtonsoft.Json" version="13.0.1" targetFramework="net45" />
<package id="Sportradar.OddsFeed.SDK" version="1.58.0" targetFramework="net45" />
<package id="Sportradar.OddsFeed.SDK" version="1.59.0" targetFramework="net45" />
<package id="System.Collections" version="4.3.0" targetFramework="net45" />
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="net45" />
<package id="System.Diagnostics.Debug" version="4.3.0" targetFramework="net45" />
Expand Down
Loading

0 comments on commit f9bad58

Please sign in to comment.