Skip to content
Merged
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
2 changes: 1 addition & 1 deletion programming/maui/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ You need to add the library via the project file and complete additional steps f
...
<ItemGroup>
...
<PackageReference Include="Dynamsoft.CaptureVisionBundle.Maui" Version="3.0.5200" />
<PackageReference Include="Dynamsoft.CaptureVisionBundle.Maui" Version="3.2.3000" />
</ItemGroup>
</Project>
```
Expand Down