@@ -13,9 +13,18 @@ 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 22.1
17+
18+ - Added 'FieldOptions.FieldUpdateCultureName' to set Culture for fields
19+ - Added 'DocumentEntry.Password' to set an encrypted password for appending document
20+ - Added 'encryptedPassword2' query parameter to CompareDocuments to set an encrypted password for the second comparing document
21+
22+
1623## Enhancements in Version 21.12
1724
18- - Added 'timeout' parameter to api configuration
25+ - Added FieldOptions parameter to mail merge operations
26+ - Added timeout parameter to api configuration
27+
1928
2029## Enhancements in Version 21.11
2130
@@ -173,7 +182,7 @@ Add link to this repository as dependency to your Package.swift:
173182
174183dependencies: [
175184 // Dependencies declare other packages that this package depends on.
176- .package (url : " https://github.com/aspose-words-cloud/aspose-words-cloud-swift" , from : " 21.12 " ),
185+ .package (url : " https://github.com/aspose-words-cloud/aspose-words-cloud-swift" , from : " 22.1 " ),
177186],
178187targets: [
179188 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -191,7 +200,7 @@ targets: [
191200Add link to git repository as dependency to your Podfile:
192201
193202``` ruby
194- pod ' AsposeWordsCloud' , :git => ' https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git' , :tag => ' 21.12 '
203+ pod ' AsposeWordsCloud' , :git => ' https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git' , :tag => ' 22.1 '
195204```
196205
197206## Getting Started
0 commit comments