Skip to content

Commit f700a2d

Browse files
update to internal commit d0eeeb09
1 parent 60fa334 commit f700a2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

programming/ios/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ There are two ways to add the SDK into your project - **CocoaPods**, or via **Sw
4949
target 'HelloWorld' do
5050
use_frameworks!
5151

52-
pod 'DynamsoftCaptureVisionBundle','3.0.5100'
52+
pod 'DynamsoftCaptureVisionBundle','3.0.5200'
5353

5454
end
5555
```
@@ -66,7 +66,7 @@ There are two ways to add the SDK into your project - **CocoaPods**, or via **Sw
6666

6767
2. In the top-right section of the window, search "https://github.com/Dynamsoft/capture-vision-spm"
6868

69-
3. Select `capture-vision-spm`, choose `Exact version`, enter **3.0.5100**, then click **Add Package**.
69+
3. Select `capture-vision-spm`, choose `Exact version`, enter **3.0.5200**, then click **Add Package**.
7070

7171
4. Check all the frameworks and add.
7272

programming/maui/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You need to add the library via the project file and complete additional steps f
7171
...
7272
<ItemGroup>
7373
...
74-
<PackageReference Include="Dynamsoft.CaptureVisionBundle.Maui" Version="3.0.3100" />
74+
<PackageReference Include="Dynamsoft.CaptureVisionBundle.Maui" Version="3.0.5200" />
7575
</ItemGroup>
7676
</Project>
7777
```

0 commit comments

Comments
 (0)