Skip to content

Commit 52868da

Browse files
Merge remote-tracking branch 'origin/master' into release
2 parents 83611b0 + cfa685f commit 52868da

File tree

684 files changed

+3328
-1261
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

684 files changed

+3328
-1261
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion

README.md

Lines changed: 1 addition & 1 deletion

lib/aspose_words_cloud.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* --------------------------------------------------------------------------------
33
* <copyright company="Aspose" file="aspose_words_cloud.dart">
4-
* Copyright (c) 2021 Aspose.Words for Cloud
4+
* Copyright (c) 2022 Aspose.Words for Cloud
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

lib/src/api_client.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* --------------------------------------------------------------------------------
33
* <copyright company="Aspose" file="api_client.dart">
4-
* Copyright (c) 2021 Aspose.Words for Cloud
4+
* Copyright (c) 2022 Aspose.Words for Cloud
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -471,7 +471,7 @@ class ApiClient {
471471

472472
var httpRequest = http.Request(requestData.method, Uri.parse(requestData.url));
473473
httpRequest.headers['x-aspose-client'] = 'dart sdk';
474-
httpRequest.headers['x-aspose-client-version'] = '21.12';
474+
httpRequest.headers['x-aspose-client-version'] = '22.1';
475475
httpRequest.headers['Authorization'] = await _getAuthToken();
476476
if (requestData.headers != null) {
477477
httpRequest.headers.addAll(requestData.headers);

lib/src/api_exception.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* --------------------------------------------------------------------------------
33
* <copyright company="Aspose" file="api_exception.dart">
4-
* Copyright (c) 2021 Aspose.Words for Cloud
4+
* Copyright (c) 2022 Aspose.Words for Cloud
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

lib/src/api_request_data.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* --------------------------------------------------------------------------------
33
* <copyright company="Aspose" file="api_request_data.dart">
4-
* Copyright (c) 2021 Aspose.Words for Cloud
4+
* Copyright (c) 2022 Aspose.Words for Cloud
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

lib/src/api_request_part.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* --------------------------------------------------------------------------------
33
* <copyright company="Aspose" file="api_request_part.dart">
4-
* Copyright (c) 2021 Aspose.Words for Cloud
4+
* Copyright (c) 2022 Aspose.Words for Cloud
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

lib/src/byte_data_extensions.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* --------------------------------------------------------------------------------
33
* <copyright company="Aspose" file="byte_data_extensions.dart">
4-
* Copyright (c) 2021 Aspose.Words for Cloud
4+
* Copyright (c) 2022 Aspose.Words for Cloud
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

lib/src/configuration.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* --------------------------------------------------------------------------------
33
* <copyright company="Aspose" file="configuration.dart">
4-
* Copyright (c) 2021 Aspose.Words for Cloud
4+
* Copyright (c) 2022 Aspose.Words for Cloud
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

lib/src/models/api_error.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* --------------------------------------------------------------------------------
33
* <copyright company="Aspose" file="api_error.dart">
4-
* Copyright (c) 2021 Aspose.Words for Cloud
4+
* Copyright (c) 2022 Aspose.Words for Cloud
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

0 commit comments

Comments
 (0)