Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions codegen/Templates/csharp/appveyor.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
<EmbeddedResource Remove="TestResults\**"/>
<None Remove="TestResults\**"/>
</ItemGroup>
<ItemGroup>
<Compile Include="..\Tests\ApiExceptionTests.cs" Link="ApiExceptionTests.cs" />
<Compile Include="..\Tests\ConfigurationTests.cs" Link="ConfigurationTests.cs" />
<Compile Include="..\Tests\GenerateAndThenRecognize.cs" Link="GenerateAndThenRecognize.cs" />
<Compile Include="..\Tests\GenerateTests.cs" Link="GenerateTests.cs" />
<Compile Include="..\Tests\JwtAuthTests.cs" Link="JwtAuthTests.cs" />
<Compile Include="..\Tests\RecognizeTests.cs" Link="RecognizeTests.cs" />
<Compile Include="..\Tests\ScanTests.cs" Link="ScanTests.cs" />
<Compile Include="..\Tests\TestsBase.cs" Link="TestsBase.cs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Moq" Version="4.20.70"/>
<PackageReference Include="NUnit" Version="3.14.0"/>
Expand Down
2 changes: 1 addition & 1 deletion codegen/config-android.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"androidSdkVersion": "33",
"apiPackage": "com.aspose.barcode.cloud.demo_app",
"artifactId": "Android Application for Barcode Processing in the Cloud via REST API",
"artifactVersion": "25.11.0",
"artifactVersion": "25.12.0",
"groupId": "com.aspose",
"invokerPackage": "com.aspose.barcode.cloud.demo_app",
"modelPackage": "com.aspose.barcode.cloud.demo_app.model"
Expand Down
2 changes: 1 addition & 1 deletion codegen/config-dart.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"browserClient": false,
"pubDescription": "This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Dart or Flutter applications quickly and easily",
"pubName": "aspose_barcode_cloud",
"pubVersion": "4.25.11",
"pubVersion": "4.25.12",
"useEnumExtension": true
}
2 changes: 1 addition & 1 deletion codegen/config-go.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packageName": "barcode",
"packageVersion": "4.2511.0"
"packageVersion": "4.2512.0"
}
2 changes: 1 addition & 1 deletion codegen/config-java.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"artifactDescription": "Aspose.BarCode Cloud SDK for Java",
"artifactId": "aspose-barcode-cloud",
"artifactUrl": "https://www.aspose.cloud",
"artifactVersion": "25.11.0",
"artifactVersion": "25.12.0",
"developerEmail": "denis.averin@aspose.com",
"developerName": "Denis Averin",
"developerOrganization": "Aspose",
Expand Down
2 changes: 1 addition & 1 deletion codegen/config-php.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"artifactVersion": "25.11.0",
"artifactVersion": "25.12.0",
"invokerPackage": "Aspose\\BarCode"
}
2 changes: 1 addition & 1 deletion codegen/config-python.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packageName": "aspose_barcode_cloud",
"packageUrl": "https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-python",
"packageVersion": "25.11.0",
"packageVersion": "25.12.0",
"projectName": "aspose-barcode-cloud"
}
4 changes: 2 additions & 2 deletions codegen/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"artifactVersion": "23.7.0",
"npmName": "aspose-barcode-cloud-node",
"npmVersion": "25.11.0",
"npmVersion": "25.12.0",
"packageName": "Aspose.BarCode.Cloud.Sdk",
"packageVersion": "25.11.0",
"packageVersion": "25.12.0",
"supportsES6": true,
"targetFramework": "netstandard2.0"
}
2 changes: 1 addition & 1 deletion submodules/android
2 changes: 1 addition & 1 deletion submodules/dart
Submodule dart updated from 6a5da4 to 040e58
2 changes: 1 addition & 1 deletion submodules/dotnet
2 changes: 1 addition & 1 deletion submodules/go
2 changes: 1 addition & 1 deletion submodules/java
Submodule java updated from 85acad to d1e124
2 changes: 1 addition & 1 deletion submodules/node
Submodule node updated from 3781fe to 1b9be2
2 changes: 1 addition & 1 deletion submodules/php
Submodule php updated from e3075f to d07fda
2 changes: 1 addition & 1 deletion submodules/python