Skip to content

Commit d3d3f70

Browse files
Merge remote-tracking branch 'origin/master' into release
2 parents 592ad1d + 7fb3377 commit d3d3f70

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ 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 25.8
17+
18+
19+
1620
## Enhancements in Version 25.6
1721

1822
- Added support for SVG images format in Watermark API.
@@ -397,7 +401,7 @@ Add link to this repository as dependency to your Package.swift:
397401

398402
dependencies: [
399403
// Dependencies declare other packages that this package depends on.
400-
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git", from: "25.8")
404+
.package(url: "https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git", from: "25.9")
401405
],
402406
targets: [
403407
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
@@ -415,7 +419,7 @@ targets: [
415419
Add link to git repository as dependency to your Podfile:
416420

417421
```ruby
418-
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '25.8'
422+
pod 'AsposeWordsCloud', :git => 'https://github.com/aspose-words-cloud/aspose-words-cloud-swift.git', :tag => '25.9'
419423
```
420424

421425
## Getting Started

Sources/AsposeWordsCloud/Api/Configuration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,6 @@ public class Configuration : Codable {
187187

188188
// Returns SDK version for using in statistics headers
189189
public func getSdkVersion() -> String {
190-
return "25.8";
190+
return "25.9";
191191
}
192192
}

0 commit comments

Comments
 (0)