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 Dec 7, 2022
1 parent 4ba8001 commit 47b3a44
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, "22.11");
this.AddDefaultHeader(AsposeClientVersionHeaderName, "22.12");
this.requestHandlers = requestHandlers;
this.HttpClient = new HttpClient { Timeout = TimeSpan.FromSeconds(timeout), };
}
Expand Down

0 comments on commit 47b3a44

Please sign in to comment.