Skip to content

Commit 4163032

Browse files
Merge pull request #20 from dynamsoft-docs/preview
update to internal commit 821fe17a
2 parents 667d879 + c761685 commit 4163032

File tree

6 files changed

+24
-3
lines changed

6 files changed

+24
-3
lines changed

programming/ios/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ breadcrumbText: Release Notes
99

1010
# Dynamsoft MRZ Scanner iOS SDK - Release Notes
1111

12+
- [3.0.5200 (08/18/2025)]({{ site.ios_release_notes }}ios-3.html#305200-08182025)
1213
- [3.0.5100 (08/05/2025)]({{ site.ios_release_notes }}ios-3.html#305100-08052025)
1314
- [3.0.5000 (07/29/2025)]({{ site.ios_release_notes }}ios-3.html#305000-07292025)
1415
- [3.0.0 (05/15/2025)]({{ site.ios_release_notes }}ios-3.html#300-05152025)

programming/ios/release-notes/ios-3.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ noTitleIndex: true
1010

1111
# Release Notes for iOS SDK - 3.x
1212

13+
## 3.0.5200 (08/18/2025)
14+
15+
### Fixed
16+
17+
- Fixed an xcframework signature issue.
18+
1319
## 3.0.5100 (08/05/2025)
1420

1521
### Fixed

programming/ios/user-guide/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ There are two ways in which you can include the `DynamsoftMRZScanner` library in
6262

6363
2. In the top-right section of the window, search "https://github.com/Dynamsoft/mrz-scanner-spm"
6464

65-
3. Select `mrz-scanner-spm`, choose `Exact version`, enter **3.0.5100**, then click **Add Package**.
65+
3. Select `mrz-scanner-spm`, choose `Exact version`, enter **3.0.5200**, then click **Add Package**.
6666

6767
4. Check all the **xcframeworks** and add them.
6868

@@ -74,7 +74,7 @@ There are two ways in which you can include the `DynamsoftMRZScanner` library in
7474
target 'TargetName' do
7575
use_frameworks!
7676

77-
pod 'DynamsoftMRZScannerBundle','3.0.5100'
77+
pod 'DynamsoftMRZScannerBundle','3.0.5200'
7878

7979
end
8080
```

programming/maui/release-notes/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ breadcrumbText: Release Notes
99

1010
# Dynamsoft MRZ Scanner MAUI SDK - Release Notes
1111

12+
- [3.0.5200 (08/18/2025)]({{ site.maui_release_notes }}maui-3.html#305200-08182025)
13+
- [3.0.5100 (08/12/2025)]({{ site.maui_release_notes }}maui-3.html#305100-08122025)
1214
- [3.0.3100 (05/30/2025)]({{ site.maui_release_notes }}maui-3.html#303000-05302025)

programming/maui/release-notes/maui-3.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ noTitleIndex: true
1010

1111
# Release Notes for MAUI SDK - 3.x
1212

13+
## 3.0.5200 (08/18/2025)
14+
15+
### Fixed
16+
17+
- Fixed an xcframework signature issue.
18+
19+
## 3.0.5100 (08/12/2025)
20+
21+
### Fixed
22+
23+
- Small fixes and tweaks.
24+
1325
## 3.0.3100 (05/30/2025)
1426

1527
### New

programming/maui/user-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ You need to add the library via the project file and complete additional steps f
107107
...
108108
<ItemGroup>
109109
...
110-
<PackageReference Include="Dynamsoft.MRZScannerBundle.Maui" Version="3.0.3100" />
110+
<PackageReference Include="Dynamsoft.MRZScannerBundle.Maui" Version="3.0.5200" />
111111
</ItemGroup>
112112
</Project>
113113
```

0 commit comments

Comments
 (0)