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 Jul 18, 2023
1 parent a3dbdf9 commit 36bb54a
Showing 1 changed file with 1 addition and 1 deletion.
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.6");
this.AddDefaultHeader(AsposeClientVersionHeaderName, "23.7");
this.requestHandlers = requestHandlers;
this.HttpClient = new HttpClient { Timeout = TimeSpan.FromSeconds(timeout), };
}
Expand Down

0 comments on commit 36bb54a

Please sign in to comment.