@@ -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:/
1071071. Open the Visual Studio and select **Create a new project**.
1081082. Select **.Net MAUI App** and click **Next**.
1091093. 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
1141141. Open Visual Studio and select **New**.
1151152. 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**.
1171174. Name the project **ScanDocument** and select a location, click **Create**.
118118
119119### Include the Library
0 commit comments