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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2025 Aspose Pty Ltd
Copyright (c) 2026 Aspose Pty Ltd

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion codegen/Templates/android/licenseInfo.mustache
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* --------------------------------------------------------------------------------
* <copyright company="Aspose">
* Copyright (c) 2025 Aspose.BarCode for Cloud
* Copyright (c) 2026 Aspose.BarCode for Cloud
* </copyright>
* <summary>
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion codegen/Templates/csharp/netcore_project.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<DebugType>embedded</DebugType>
<PackageTags>Barcode Scan Recognize Generate QR DataMatrix AustraliaPost VIN MSI Aztec ISBN OPC Postnet Aspose Aspose.BarCode Aspose.BarCode-Cloud EAN13 ISSN PZN SingaporePost UPCA UPCE Code11 Code128 Code32 DotCode EAN14 EAN8 GS1DataMatrix</PackageTags>
<Copyright>© Aspose Pty Ltd 2001-2025. All Rights Reserved.</Copyright>
<Copyright>© Aspose Pty Ltd 2001-2026. All Rights Reserved.</Copyright>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>Aspose.BarCode-Cloud</PackageId>
<Product>Aspose.BarCode Cloud SDK for .NET</Product>
Expand Down
2 changes: 1 addition & 1 deletion codegen/Templates/csharp/partial_header.mustache
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose" file="{{#classname}}{{classname}}{{/classname}}{{^classname}}Configuration{{/classname}}.cs">
// Copyright (c) 2025 Aspose.BarCode for Cloud
// Copyright (c) 2026 Aspose.BarCode for Cloud
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion codegen/Templates/go/partial_header.mustache
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License

* Copyright (c) 2025 Aspose Pty Ltd
* Copyright (c) 2026 Aspose Pty Ltd

* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion codegen/Templates/java/api.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ public class {{classname}} {
{{#operation}}
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose" file="{{operationIdCamelCase}}RequestWrapper.java">
// Copyright (c) 2025 Aspose.BarCode for Cloud
// Copyright (c) 2026 Aspose.BarCode for Cloud
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion codegen/Templates/java/licenseInfo.mustache
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose"{{#classname}} file="{{classname}}.java"{{/classname}}>
// Copyright (c) 2025 Aspose.BarCode for Cloud
// Copyright (c) 2026 Aspose.BarCode for Cloud
// </copyright>
// <summary>
// Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion codegen/Templates/nodejs/licenseInfo.mustache
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* MIT License

* Copyright (c) 2025 Aspose Pty Ltd
* Copyright (c) 2026 Aspose Pty Ltd

* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion codegen/Templates/php/licenseInfo.mustache
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose" file="{{classname}}.php">
* Copyright (c) 2025 Aspose Pty Ltd
* Copyright (c) 2026 Aspose Pty Ltd
* </copyright>
* <summary>
* Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion codegen/Templates/php/requestModel.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* --------------------------------------------------------------------------------------------------------------------
* <copyright company="Aspose" file="{{nickname}}RequestWrapper.php">
* Copyright (c) 2025 Aspose Pty Ltd
* Copyright (c) 2026 Aspose Pty Ltd
* </copyright>
* --------------------------------------------------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion codegen/Templates/python/partial_header.mustache
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""

Copyright (c) 2025 Aspose.BarCode for Cloud
Copyright (c) 2026 Aspose.BarCode for Cloud

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.12.0",
"artifactVersion": "26.1.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.12",
"pubVersion": "4.26.1",
"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.2512.0"
"packageVersion": "4.2601.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.12.0",
"artifactVersion": "26.1.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.12.0",
"artifactVersion": "26.1.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.12.0",
"packageVersion": "26.1.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.12.0",
"npmVersion": "26.1.0",
"packageName": "Aspose.BarCode.Cloud.Sdk",
"packageVersion": "25.12.0",
"packageVersion": "26.1.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 040e58 to 2a0985
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 d1e124 to de3471
2 changes: 1 addition & 1 deletion submodules/node
Submodule node updated from 1b9be2 to d13cbe
2 changes: 1 addition & 1 deletion submodules/php
Submodule php updated from d07fda to 628b9c
2 changes: 1 addition & 1 deletion submodules/python