Skip to content

Commit

Permalink
1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillkisseljov committed Jan 16, 2024
1 parent 384e196 commit 8075682
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.1.6] - 2023-11-08

LiveData update for Soccer.
ScoutEvent extended with new properties - HomePlayerStats, AwayPlayerStats.

List of SubTeams added to MatchUpdate, SubTeam property is deprecated.

## [1.1.5] - 2023-10-10

New match format type added - USESOVERS.
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.11.1" />
<PackageReference Include="Sportradar.LiveData.Sdk" Version="1.1.4" />
<PackageReference Include="Sportradar.LiveData.Sdk" Version="1.1.6" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/Sportradar.LiveData.Sdk.Service/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section name="Sdk" type="Sportradar.LiveData.Sdk.Services.SdkConfiguration.Sections.SdkConfigurationSection, Sportradar.LiveData.Sdk" />
</configSections>
<Sdk>
<Common LogPath="C:\LiveData SDK Logs\1.1.5\Service\" ExecutionLogLevel="Error" ConfigLogLevel="Warn" StatsLogLevel="Warn" />
<Common LogPath="C:\LiveData SDK Logs\1.1.6\Service\" ExecutionLogLevel="Error" ConfigLogLevel="Warn" StatsLogLevel="Warn" />
<LiveScout ScoutUsername="***" ScoutPassword="***" Test="true" />
</Sdk>
</configuration>
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<ItemGroup>
<PackageReference Include="log4net" Version="2.0.15" />
<PackageReference Include="Sportradar.LiveData.Sdk" Version="1.1.4" />
<PackageReference Include="Sportradar.LiveData.Sdk" Version="1.1.6" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion test/Sportradar.LiveData.Sdk.TestApp/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section name="Sdk" type="Sportradar.LiveData.Sdk.Services.SdkConfiguration.Sections.SdkConfigurationSection, Sportradar.LiveData.Sdk" />
</configSections>
<Sdk>
<Common LogPath="C:\LiveData SDK Logs\1.1.5\TestApp\" ExecutionLogLevel="Error" ConfigLogLevel="Warn" StatsLogLevel="Warn" />
<Common LogPath="C:\LiveData SDK Logs\1.1.6\TestApp\" ExecutionLogLevel="Error" ConfigLogLevel="Warn" StatsLogLevel="Warn" />
<LiveScout ScoutUsername="***" ScoutPassword="***" Test="true" />
</Sdk>
</configuration>

0 comments on commit 8075682

Please sign in to comment.