Skip to content

Commit 115fac1

Browse files
Merge remote-tracking branch 'origin/master' into release
2 parents bd48ddc + 507e76d commit 115fac1

26 files changed

+4406
-4
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 = '23.1'
3+
s.version = '23.2'
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: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ 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.2
17+
18+
- Added operations to manipulate with Structure Document Tags (SDT) in documents.
19+
20+
1621
## Enhancements in Version 23.1
1722

1823
- Various changes related to stability and performance
@@ -257,7 +262,7 @@ Add link to this repository as dependency to your Package.swift:
257262

258263
dependencies: [
259264
// Dependencies declare other packages that this package depends on.
260-
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "23.1"),
265+
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift", from: "23.2"),
261266
],
262267
targets: [
263268
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -275,7 +280,7 @@ targets: [
275280
Add link to git repository as dependency to your Podfile:
276281

277282
```ruby
278-
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '23.1'
283+
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '23.2'
279284
```
280285

281286
## Getting Started

Sources/AsposeWordsCloud/Api/Configuration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 "23.1";
191+
return "23.2";
192192
}
193193
}

0 commit comments

Comments
 (0)