Skip to content

Commit 3b6645b

Browse files
authored
Update templates and settings (#134)
1 parent 5876250 commit 3b6645b

16 files changed

Lines changed: 26 additions & 16 deletions

File tree

codegen/Templates/csharp/appveyor.mustache

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212
<EmbeddedResource Remove="TestResults\**"/>
1313
<None Remove="TestResults\**"/>
1414
</ItemGroup>
15+
<ItemGroup>
16+
<Compile Include="..\Tests\ApiExceptionTests.cs" Link="ApiExceptionTests.cs" />
17+
<Compile Include="..\Tests\ConfigurationTests.cs" Link="ConfigurationTests.cs" />
18+
<Compile Include="..\Tests\GenerateAndThenRecognize.cs" Link="GenerateAndThenRecognize.cs" />
19+
<Compile Include="..\Tests\GenerateTests.cs" Link="GenerateTests.cs" />
20+
<Compile Include="..\Tests\JwtAuthTests.cs" Link="JwtAuthTests.cs" />
21+
<Compile Include="..\Tests\RecognizeTests.cs" Link="RecognizeTests.cs" />
22+
<Compile Include="..\Tests\ScanTests.cs" Link="ScanTests.cs" />
23+
<Compile Include="..\Tests\TestsBase.cs" Link="TestsBase.cs" />
24+
</ItemGroup>
1525
<ItemGroup>
1626
<PackageReference Include="Moq" Version="4.20.70"/>
1727
<PackageReference Include="NUnit" Version="3.14.0"/>

codegen/config-android.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"androidSdkVersion": "33",
55
"apiPackage": "com.aspose.barcode.cloud.demo_app",
66
"artifactId": "Android Application for Barcode Processing in the Cloud via REST API",
7-
"artifactVersion": "25.11.0",
7+
"artifactVersion": "25.12.0",
88
"groupId": "com.aspose",
99
"invokerPackage": "com.aspose.barcode.cloud.demo_app",
1010
"modelPackage": "com.aspose.barcode.cloud.demo_app.model"

codegen/config-dart.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"browserClient": false,
44
"pubDescription": "This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Dart or Flutter applications quickly and easily",
55
"pubName": "aspose_barcode_cloud",
6-
"pubVersion": "4.25.11",
6+
"pubVersion": "4.25.12",
77
"useEnumExtension": true
88
}

codegen/config-go.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"packageName": "barcode",
3-
"packageVersion": "4.2511.0"
3+
"packageVersion": "4.2512.0"
44
}

codegen/config-java.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"artifactDescription": "Aspose.BarCode Cloud SDK for Java",
44
"artifactId": "aspose-barcode-cloud",
55
"artifactUrl": "https://www.aspose.cloud",
6-
"artifactVersion": "25.11.0",
6+
"artifactVersion": "25.12.0",
77
"developerEmail": "denis.averin@aspose.com",
88
"developerName": "Denis Averin",
99
"developerOrganization": "Aspose",

codegen/config-php.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"artifactVersion": "25.11.0",
2+
"artifactVersion": "25.12.0",
33
"invokerPackage": "Aspose\\BarCode"
44
}

codegen/config-python.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packageName": "aspose_barcode_cloud",
33
"packageUrl": "https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-python",
4-
"packageVersion": "25.11.0",
4+
"packageVersion": "25.12.0",
55
"projectName": "aspose-barcode-cloud"
66
}

codegen/config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"artifactVersion": "23.7.0",
33
"npmName": "aspose-barcode-cloud-node",
4-
"npmVersion": "25.11.0",
4+
"npmVersion": "25.12.0",
55
"packageName": "Aspose.BarCode.Cloud.Sdk",
6-
"packageVersion": "25.11.0",
6+
"packageVersion": "25.12.0",
77
"supportsES6": true,
88
"targetFramework": "netstandard2.0"
99
}

submodules/android

submodules/dart

Submodule dart updated from 6a5da4e to 040e587

0 commit comments

Comments
 (0)