You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update version in settings
Update csharp templates to System.Text.Json
* Update templates
* Switch all submodules to default
* Update dart
* Fix newlines in spec
---------
Co-authored-by: Ivan Kamkin <[email protected]>
Copy file name to clipboardExpand all lines: codegen/Templates/csharp/README.mustache
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,8 @@ This repository contains Aspose.BarCode Cloud SDK for .NET source code. This SDK
27
27
28
28
Aspose.BarCode Cloud SDK for .NET provides cross-platform bindings for:
29
29
30
-
- .NET 5 and higher
30
+
- .NET 8 and higher
31
31
- .NET Standard 2.0 and higher
32
-
- .NET Core 3.1 and higher
33
32
- .NET Framework 4.6.2 and higher
34
33
35
34
To use these SDKs, you will need Client Id and Client Secret which can be looked up at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/applications) (free registration in Aspose Cloud is required for this).
@@ -82,7 +81,7 @@ The examples below show how you can generate QR code and save it into local file
Copy file name to clipboardExpand all lines: codegen/Templates/python/README.mustache
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This repository contains Aspose.BarCode Cloud SDK for Python source code. This S
26
26
27
27
Supported Python versions:
28
28
29
-
- Python 3.6+
29
+
- Python 3.7+
30
30
31
31
To use these SDKs, you will need Client Id and Client Secret which can be looked up at [Aspose Cloud Dashboard](https://dashboard.aspose.cloud/applications) (free registration in Aspose Cloud is required for this).
0 commit comments