Skip to content

Commit dba22cb

Browse files
Merge pull request #204 from dynamsoft-docs/preview
update to internal commit 7f30629b
2 parents cb12535 + 0220b26 commit dba22cb

File tree

6 files changed

+25
-4
lines changed

6 files changed

+25
-4
lines changed

programming/ios/release-notes/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ noTitleIndex: true
99

1010
# Release Notes Index - DynamsoftCaptureVisionBundle iOS
1111

12-
- [3.0.5100 (07/29/2025)](ios-3.html#305100-08052025)
12+
- [3.0.5200 (08/18/2025)](ios-3.html#305200-08182025)
13+
- [3.0.5100 (08/05/2025)](ios-3.html#305100-08052025)
1314
- [3.0.5000 (07/29/2025)](ios-3.html#305000-07292025)
1415
- [3.0.3000 (05/15/2025)](ios-3.html#303000-05152025)
1516
- [2.6.1004 (03/07/2025)](ios-2.html#261004-03072025)

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

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

1010
# Release Notes - DynamsoftCaptureVision iOS v3.x
1111

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

1420
### Fixed

programming/ios/user-guide/mrz.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ There are two ways to add the SDK into your project - **CocoaPods**, or via **Sw
8585
target '{Your project name}' do
8686
use_frameworks!
8787

88-
pod 'DynamsoftMRZScannerBundle','3.0.5100'
88+
pod 'DynamsoftMRZScannerBundle','3.0.5200'
8989

9090
end
9191
```
@@ -102,7 +102,7 @@ There are two ways to add the SDK into your project - **CocoaPods**, or via **Sw
102102

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

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

107107
4. Check all the **xcframeworks** and add them.
108108

programming/maui/release-notes/index.md

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

1010
# Dynamsoft Capture Vision MAUI SDK - Release Notes
1111

12+
- [3.0.5200 (08/18/2025)]({{ site.dcv_maui }}release-notes/maui-3.html#305200-08182025)
13+
- [3.0.5100 (08/12/2025)]({{ site.dcv_maui }}release-notes/maui-3.html#305100-08122025)
1214
- [3.0.3100 (05/30/2025)]({{ site.dcv_maui }}release-notes/maui-3.html#303100-05302025)
1315
- [2.6.1001 (03/20/2025)]({{ site.dcv_maui }}release-notes/maui-2.html#261001-03202025)
1416
- [2.6.1000 (02/26/2025)]({{ site.dcv_maui }}release-notes/maui-2.html#261000-02262025)

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

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

1010
# Release Notes v3.x - DynamsoftCaptureVisionRouter Module
1111

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

1426
### [Highlights](https://www.dynamsoft.com/release-highlights/?product=dcv3.0)

programming/maui/user-guide/mrz.md

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

0 commit comments

Comments
 (0)