Skip to content

Commit

Permalink
Merge pull request #56 from Afischbacher/develop
Browse files Browse the repository at this point in the history
v3.4.2
  • Loading branch information
Afischbacher authored Aug 9, 2024
2 parents 7067ff7 + 459c3d0 commit 4366edf
Show file tree
Hide file tree
Showing 14 changed files with 55,848 additions and 52,911 deletions.
4 changes: 2 additions & 2 deletions Nhl.Api.Common/Http/NhlScoresHtmlReportsApiHttpClient.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Net.Http;

namespace Nhl.Api.Common.Http;
Expand All @@ -19,7 +19,7 @@ public class NhlScoresHtmlReportsApiHttpClient : NhlApiHttpClient
/// <summary>
/// The dedicated NHL endpoint for HTML reports
/// </summary>
public NhlScoresHtmlReportsApiHttpClient() : base(clientApiUri: ClientApiUrl, clientVersion: string.Empty, timeoutInSeconds: 30)
public NhlScoresHtmlReportsApiHttpClient() : base(clientApiUri: ClientApiUrl, clientVersion: string.Empty, timeoutInSeconds: 60)
{

}
Expand Down
2 changes: 1 addition & 1 deletion Nhl.Api.Common/Nhl.Api.Common.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>3.4.1</Version>
<Version>3.4.2</Version>
<TargetFrameworks>net8.0</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Nullable>enable</Nullable>
Expand Down
Loading

0 comments on commit 4366edf

Please sign in to comment.