Skip to content

Commit

Permalink
SDK regenerated by CI server [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dynabic-billing-team committed Nov 8, 2023
1 parent 53c92a5 commit 2ed8438
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Aspose.Words.Cloud.Sdk/Aspose.Words.Cloud.Sdk.csproj
Expand Up @@ -2,9 +2,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyVersion>23.10.0.0</AssemblyVersion>
<FileVersion>23.10.0.0</FileVersion>
<Version>23.10.0.0</Version>
<AssemblyVersion>23.11.0.0</AssemblyVersion>
<FileVersion>23.11.0.0</FileVersion>
<Version>23.11.0.0</Version>
<StyleCopTreatErrorsAsWarnings>false</StyleCopTreatErrorsAsWarnings>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion Aspose.Words.Cloud.Sdk/Internal/ApiInvoker.cs
Expand Up @@ -58,7 +58,7 @@ internal class ApiInvoker
public ApiInvoker(List<IRequestHandler> requestHandlers, int timeout)
{
this.AddDefaultHeader(AsposeClientHeaderName, ".net sdk");
this.AddDefaultHeader(AsposeClientVersionHeaderName, "23.10");
this.AddDefaultHeader(AsposeClientVersionHeaderName, "23.11");
this.requestHandlers = requestHandlers;
this.HttpClient = new HttpClient { Timeout = TimeSpan.FromSeconds(timeout), };
}
Expand Down

0 comments on commit 2ed8438

Please sign in to comment.