Skip to content

Commit 3080dda

Browse files
Ivan KamkinIvan Kamkin
authored andcommitted
Update templates
1 parent bcdbff0 commit 3080dda

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

codegen/Templates/csharp/README.mustache

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ This repository contains Aspose.BarCode Cloud SDK for .NET source code. This SDK
2727

2828
Aspose.BarCode Cloud SDK for .NET provides cross-platform bindings for:
2929

30-
- .NET 5 and higher
30+
- .NET 8 and higher
3131
- .NET Standard 2.0 and higher
32-
- .NET Core 3.1 and higher
3332
- .NET Framework 4.6.2 and higher
3433

3534
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).

codegen/Templates/csharp/netcore_project.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
4848

4949
<ItemGroup>
5050
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
51-
<PackageReference Include="System.Text.Json" Version="8.0.5" />
51+
<PackageReference Include="System.Text.Json" Version="9.0.4" />
5252
</ItemGroup>
5353

5454
<ItemGroup>

codegen/Templates/csharp/netcore_testproject.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<Nullable>enable</Nullable>
77
</PropertyGroup>
88

codegen/Templates/python/README.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This repository contains Aspose.BarCode Cloud SDK for Python source code. This S
2626

2727
Supported Python versions:
2828

29-
- Python 3.6+
29+
- Python 3.7+
3030

3131
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).
3232

0 commit comments

Comments
 (0)