Skip to content

Commit bf247e0

Browse files
Update user-guide.md
1 parent fd654a7 commit bf247e0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

programming/maui/user-guide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ noTitleIndex: true
3939

4040
### .Net
4141

42-
- .NET 8.0 and 9.0.
42+
- .NET 10.0.
4343

4444
### Android
4545

@@ -50,7 +50,7 @@ noTitleIndex: true
5050

5151
### iOS
5252

53-
- Supported OS: **iOS 11.0** or higher.
53+
- Supported OS: **iOS 13.0** or higher.
5454
- Supported ABI: **arm64** and **x86_64**.
5555
- Development Environment: Visual Studio 2022 for Mac and Xcode 14.3+ recommended.
5656

@@ -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.2.5000" />
74+
<PackageReference Include="Dynamsoft.CaptureVisionBundle.Maui" Version="3.4.1200" />
7575
</ItemGroup>
7676
</Project>
7777
```
@@ -107,13 +107,13 @@ If you are a beginner with MAUI, please follow the guide on the <a href="https:/
107107
1. Open the Visual Studio and select **Create a new project**.
108108
2. Select **.Net MAUI App** and click **Next**.
109109
3. Name the project **ScanDocument**. Select a location for the project and click **Next**.
110-
4. Select **.Net 9.0** and click **Create**.
110+
4. Select **.Net 10.0** and click **Create**.
111111

112112
#### Visual Studio for Mac
113113

114114
1. Open Visual Studio and select **New**.
115115
2. Select **Multiplatform > App > .Net MAUI App > C#** and click **Continue**.
116-
3. Select **.Net 9.0** and click **Continue**.
116+
3. Select **.Net 10.0** and click **Continue**.
117117
4. Name the project **ScanDocument** and select a location, click **Create**.
118118

119119
### Include the Library

0 commit comments

Comments
 (0)