Skip to content

Commit 22f994d

Browse files
update to internal commit fcbf9596
1 parent d1b0823 commit 22f994d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

programming/maui/migrate-from-xamarin-to-maui.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ noTitleIndex: true
1212

1313
The Dynamsoft Barcode Reader SDK has been refactored to align with the [DynamsoftCaptureVision (DCV)]({{ site.dcvb_architecture }}) architecture. To upgrade to version 10.x, we recommend following the [User Guide](user-guide.md) and re-writing your code accordingly.
1414

15-
## Updating the Project
15+
## Update the Project
1616

1717
Previously, you created a Mobile App (Xamarin.Forms) project. Now, you’ll need to create a standalone .NET MAUI App project.
1818

19-
## Updating the Library
19+
## Update the Library
2020

2121
In your Xamarin.Forms project, you referenced the **Dynamsoft.CaptureVision.Xamarin.Forms** library. Now, in your MAUI project, you’ll need to reference the **Dynamsoft.BarcodeReaderBundle.Maui** library. Please refer to the [User Guide](user-guide.md#installation) for further instructions.
2222

0 commit comments

Comments
 (0)