Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions programming/flutter/release-notes/flutter-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ breadcrumbText: Release Notes

# Dynamsoft Barcode Reader Flutter SDK - Release Notes

## 11.4.3000 (07/10/2026)

### Security Updates

- Updated third-party libraries to incorporate the latest security fixes.

## 11.4.1300 (05/20/2026)

### Fixed
Expand Down
1 change: 1 addition & 0 deletions programming/flutter/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ breadcrumbText: Release Notes

# Dynamsoft Barcode Reader Flutter SDK - Release Notes

- [11.4.3000 (07/10/2026)](flutter-11.md#1143000-07102026)
- [11.4.1300 (05/20/2026)](flutter-11.md#1141300-05202026)
- [11.4.1200 (04/16/2026)](flutter-11.md#1141200-04162026)
- [11.2.5000 (12/18/2025)](flutter-11.md#1125000-12182025)
Expand Down
1 change: 1 addition & 0 deletions programming/maui/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ breadcrumbText: Release Notes

# Dynamsoft Barcode Reader MAUI SDK - Release Notes

- [11.4.3000 (07/10/2026)]({{ site.dbr_maui }}release-notes/maui-11.html#1143000-07102026)
- [11.4.1300 (05/20/2026)]({{ site.dbr_maui }}release-notes/maui-11.html#1141300-05202026)
- [11.4.1200 (04/09/2026)]({{ site.dbr_maui }}release-notes/maui-11.html#1141200-04092026)
- [11.2.5000 (12/18/2025)]({{ site.dbr_maui }}release-notes/maui-11.html#1125000-12182025)
Expand Down
6 changes: 6 additions & 0 deletions programming/maui/release-notes/maui-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ noTitleIndex: true

# Release Notes for MAUI SDK - 11.x

## 11.4.3000 (07/10/2026)

### Security Updates

- Updated third-party libraries to incorporate the latest security fixes.

## 11.4.1300 (05/20/2026)

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions programming/maui/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ noTitleIndex: true
After [creating the project](#vs-code-for-ios), open a terminal in the project directory and run:

```bash
dotnet add package Dynamsoft.BarcodeReaderBundle.Maui --version 11.4.1300
dotnet add package Dynamsoft.BarcodeReaderBundle.Maui --version 11.4.3000
```

### Visual Studio for Windows
Expand All @@ -73,7 +73,7 @@ You need to add the library via the project file and complete additional steps f
...
<ItemGroup>
...
<PackageReference Include="Dynamsoft.BarcodeReaderBundle.Maui" Version="11.4.1300" />
<PackageReference Include="Dynamsoft.BarcodeReaderBundle.Maui" Version="11.4.3000" />
</ItemGroup>
</Project>
```
Expand Down