@@ -13,6 +13,19 @@ 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.11
17+
18+ - Support of required properties in models.
19+ - Property StyleName marked as required for InsertStyle operation.
20+ - Property StyleName marked as required for CopyStyle operation.
21+ - Property StyleName marked as required for ApplyStyleToDocumentElement operation.
22+ - Properties SdtType and Level marked as required for InsertStructuredDocumentTag operation.
23+ - Property Text marked as required for InsertParagraphoperation.
24+ - Property Value marked as required for CreateOrUpdateDocumentProperty operation.
25+ - Property NewValue marked as required for ReplaceText operation.
26+ - Property Text marked as required for ReplaceWithText operation.
27+
28+
1629## Enhancements in Version 23.9
1730
1831- Support for class inheritance in responses from the server.
@@ -288,7 +301,7 @@ Add link to this repository as dependency to your Package.swift:
288301
289302dependencies: [
290303 // Dependencies declare other packages that this package depends on.
291- .package (url : " https://github.com/aspose-words-cloud/aspose-words-cloud-swift" , from : " 23.10 " ),
304+ .package (url : " https://github.com/aspose-words-cloud/aspose-words-cloud-swift" , from : " 23.11 " ),
292305],
293306targets: [
294307 // Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -306,7 +319,7 @@ targets: [
306319Add link to git repository as dependency to your Podfile:
307320
308321``` ruby
309- pod ' AsposeWordsCloud' , :git => ' https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git' , :tag => ' 23.10 '
322+ pod ' AsposeWordsCloud' , :git => ' https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git' , :tag => ' 23.11 '
310323```
311324
312325## Getting Started
0 commit comments