@@ -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
249258dependencies: [
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],
253262targets: [
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: [
266275Add 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
0 commit comments