Skip to content

Commit f1f90fc

Browse files
Merge pull request #357 from dynamsoft-docs/preview
update to internal commit bca5e164
2 parents 51a4e3f + a60a4c3 commit f1f90fc

File tree

7 files changed

+27
-6
lines changed

7 files changed

+27
-6
lines changed

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 Barcode Reader MAUI SDK - Release Notes
1111

12+
- [11.0.5200 (08/18/2025)]({{ site.dbr_maui }}release-notes/maui-11.html#1105200-08182025)
13+
- [11.0.5100 (08/12/2025)]({{ site.dbr_maui }}release-notes/maui-11.html#1105100-08122025)
1214
- [11.0.3100 (05/30/2025)]({{ site.dbr_maui }}release-notes/maui-11.html#1103100-05302025)
1315
- [10.4.2002 (11/04/2024)]({{ site.dbr_maui }}release-notes/maui-10.html#1042002-11042024)
1416
- [10.4.2000 (10/24/2024)]({{ site.dbr_maui }}release-notes/maui-10.html#1042000-10242024)

programming/maui/release-notes/maui-11.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 - 11.x
1212

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

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

programming/maui/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ noTitleIndex: true
6060

6161
### Visual Studio for Mac
6262

63-
In the **NuGet Package Manager>Manage Packages for Solution** of your project, search for **Dynamsoft.BarcodeReaderBundle.Maui**. Select Version **11.0.3100** and click **install**.
63+
In the **NuGet Package Manager>Manage Packages for Solution** of your project, search for **Dynamsoft.BarcodeReaderBundle.Maui**. Select Version **11.0.5200** and click **install**.
6464

6565
### Visual Studio for Windows
6666

@@ -73,7 +73,7 @@ You need to add the library via the project file and complete additional steps f
7373
...
7474
<ItemGroup>
7575
...
76-
<PackageReference Include="Dynamsoft.BarcodeReaderBundle.Maui" Version="11.0.3100" />
76+
<PackageReference Include="Dynamsoft.BarcodeReaderBundle.Maui" Version="11.0.5200" />
7777
</ItemGroup>
7878
</Project>
7979
```

programming/objectivec-swift/foundational-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ There are three ways to add the SDK into your project - **Manually**, via **Coco
2828

2929
2. In the top-right section of the window, search "https://github.com/Dynamsoft/barcode-reader-spm"
3030

31-
3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.0.5000**, then click **Add Package**.
31+
3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.0.5200**, then click **Add Package**.
3232

3333
4. Check all the **xcframeworks** and add.
3434

@@ -40,7 +40,7 @@ There are three ways to add the SDK into your project - **Manually**, via **Coco
4040
target 'HelloWorld' do
4141
use_frameworks!
4242

43-
pod 'DynamsoftBarcodeReaderBundle','11.0.5000'
43+
pod 'DynamsoftBarcodeReaderBundle','11.0.5200'
4444

4545
end
4646
```

programming/objectivec-swift/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ permalink: /programming/objectivec-swift/release-notes/
1010

1111
# Dynamsoft Barcode Reader iOS SDK - Release Notes
1212

13+
- [11.0.5200 (08/18/2025)]({{ site.oc_release_notes }}ios-11.html#1105200-08182025)
1314
- [11.0.5100 (08/05/2025)]({{ site.oc_release_notes }}ios-11.html#1105100-08052025)
1415
- [11.0.5000 (07/29/2025)]({{ site.oc_release_notes }}ios-11.html#1105000-07292025)
1516
- [11.0.3000 (05/15/2025)]({{ site.oc_release_notes }}ios-11.html#1103000-05152025)

programming/objectivec-swift/release-notes/ios-11.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 - 11.x
1212

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

1521
### Fixed

programming/objectivec-swift/user-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ There are three ways in which you can include the `DynamsoftBarcodeReaderBundle`
3535

3636
2. In the top-right section of the window, search "https://github.com/Dynamsoft/barcode-reader-spm"
3737

38-
3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.0.5100**, then click **Add Package**.
38+
3. Select `barcode-reader-spm`, choose `Exact version`, enter **11.0.5200**, then click **Add Package**.
3939

4040
4. Check all the **xcframeworks** and add.
4141

@@ -47,7 +47,7 @@ There are three ways in which you can include the `DynamsoftBarcodeReaderBundle`
4747
target 'ScanSingleBarcode' do
4848
use_frameworks!
4949

50-
pod 'DynamsoftBarcodeReaderBundle','11.0.5100'
50+
pod 'DynamsoftBarcodeReaderBundle','11.0.5200'
5151

5252
end
5353
```

0 commit comments

Comments
 (0)