Skip to content

Commit bd48ddc

Browse files
Merge remote-tracking branch 'origin/master' into release
2 parents a74a6ec + 68b9c76 commit bd48ddc

File tree

716 files changed

+728
-719
lines changed

Some content is hidden

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

716 files changed

+728
-719
lines changed

AsposeWordsCloud.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AsposeWordsCloud'
3-
s.version = '22.12'
3+
s.version = '23.1'
44
s.summary = 'Aspose Words for Cloud.'
55
s.homepage = 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ This repository contains Aspose.Words Cloud SDK for Swift source code. This SDK
1313
* Watermarks and protection
1414
* Full read & write access to Document Object Model, including sections, paragraphs, text, images, tables, headers/footers and many others
1515

16+
## Enhancements in Version 23.1
17+
18+
- Various changes related to stability and performance
19+
20+
21+
## Enhancements in Version 22.12
22+
23+
- Various changes related to stability and performance
24+
25+
1626
## Enhancements in Version 22.11
1727

1828
- Added 'EmbedAttachments' property for PdfSaveOptionsData class.
@@ -68,7 +78,6 @@ This repository contains Aspose.Words Cloud SDK for Swift source code. This SDK
6878
- Online methods returns the dictionary of files with included original filename as key instead of single file content in responses.
6979
- Parameters contained sensitive data should be passed in encrypted form. Names of the parameters have 'encrypted' prefix.
7080
- Added Encrypt method to encrypt data on the API public key. Use it to prepare values for parameters required encrypted data.
71-
- GetPublicKey method is not billable.
7281
- Changed type of enumerations for members of SaveOptionsData and other inherited classes from string to enum.
7382

7483

@@ -248,7 +257,7 @@ Add link to this repository as dependency to your Package.swift:
248257

249258
dependencies: [
250259
// Dependencies declare other packages that this package depends on.
251-
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "22.12"),
260+
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "23.1"),
252261
],
253262
targets: [
254263
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -266,7 +275,7 @@ targets: [
266275
Add link to git repository as dependency to your Podfile:
267276

268277
```ruby
269-
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '22.12'
278+
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '23.1'
270279
```
271280

272281
## Getting Started

Sources/AsposeWordsCloud/Api/ApiInvoker.swift

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="ApiInvoker.swift">
4-
* Copyright (c) 2022 Aspose.Words for Cloud
4+
* Copyright (c) 2023 Aspose.Words for Cloud
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

Sources/AsposeWordsCloud/Api/BatchRequest.swift

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="WordsBatchRequest.swift">
4-
* Copyright (c) 2022 Aspose.Words for Cloud
4+
* Copyright (c) 2023 Aspose.Words for Cloud
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

Sources/AsposeWordsCloud/Api/Configuration.swift

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="Configuration.swift">
4-
* Copyright (c) 2022 Aspose.Words for Cloud
4+
* Copyright (c) 2023 Aspose.Words for Cloud
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -188,6 +188,6 @@ public class Configuration : Codable {
188188

189189
// Returns SDK version for using in statistics headers
190190
public func getSdkVersion() -> String {
191-
return "22.12";
191+
return "23.1";
192192
}
193193
}

Sources/AsposeWordsCloud/Api/ObjectSerializer.swift

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="ObjectSerializer.swift">
4-
* Copyright (c) 2022 Aspose.Words for Cloud
4+
* Copyright (c) 2023 Aspose.Words for Cloud
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

Sources/AsposeWordsCloud/Api/RequestFormParam.swift

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="RequestFormParam.swift">
4-
* Copyright (c) 2022 Aspose.Words for Cloud
4+
* Copyright (c) 2023 Aspose.Words for Cloud
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

Sources/AsposeWordsCloud/Api/ResponseFormParam.swift

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="ResponseFormParam.swift">
4-
* Copyright (c) 2022 Aspose.Words for Cloud
4+
* Copyright (c) 2023 Aspose.Words for Cloud
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

Sources/AsposeWordsCloud/Api/WordsAPI.swift

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="WordsAPI.swift">
4-
* Copyright (c) 2022 Aspose.Words for Cloud
4+
* Copyright (c) 2023 Aspose.Words for Cloud
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

Sources/AsposeWordsCloud/Api/WordsApiError.swift

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="WordsApiError.swift">
4-
* Copyright (c) 2022 Aspose.Words for Cloud
4+
* Copyright (c) 2023 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)