Skip to content

Commit 8dc3036

Browse files
authored
Release 26.1 (#135)
* Update version and copyright * Switch all submodules to default
1 parent 3b6645b commit 8dc3036

26 files changed

Lines changed: 27 additions & 27 deletions

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Aspose Pty Ltd
3+
Copyright (c) 2026 Aspose Pty Ltd
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

codegen/Templates/android/licenseInfo.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* --------------------------------------------------------------------------------
33
* <copyright company="Aspose">
4-
* Copyright (c) 2025 Aspose.BarCode for Cloud
4+
* Copyright (c) 2026 Aspose.BarCode for Cloud
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

codegen/Templates/csharp/netcore_project.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
1919
<EmbedUntrackedSources>true</EmbedUntrackedSources>
2020
<DebugType>embedded</DebugType>
2121
<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>
22-
<Copyright>© Aspose Pty Ltd 2001-2025. All Rights Reserved.</Copyright>
22+
<Copyright>© Aspose Pty Ltd 2001-2026. All Rights Reserved.</Copyright>
2323
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2424
<PackageId>Aspose.BarCode-Cloud</PackageId>
2525
<Product>Aspose.BarCode Cloud SDK for .NET</Product>

codegen/Templates/csharp/partial_header.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose" file="{{#classname}}{{classname}}{{/classname}}{{^classname}}Configuration{{/classname}}.cs">
3-
// Copyright (c) 2025 Aspose.BarCode for Cloud
3+
// Copyright (c) 2026 Aspose.BarCode for Cloud
44
// </copyright>
55
// <summary>
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

codegen/Templates/go/partial_header.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* MIT License
33

4-
* Copyright (c) 2025 Aspose Pty Ltd
4+
* Copyright (c) 2026 Aspose Pty Ltd
55

66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

codegen/Templates/java/api.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public class {{classname}} {
269269
{{#operation}}
270270
// --------------------------------------------------------------------------------------------------------------------
271271
// <copyright company="Aspose" file="{{operationIdCamelCase}}RequestWrapper.java">
272-
// Copyright (c) 2025 Aspose.BarCode for Cloud
272+
// Copyright (c) 2026 Aspose.BarCode for Cloud
273273
// </copyright>
274274
// <summary>
275275
// Permission is hereby granted, free of charge, to any person obtaining a copy

codegen/Templates/java/licenseInfo.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose"{{#classname}} file="{{classname}}.java"{{/classname}}>
3-
// Copyright (c) 2025 Aspose.BarCode for Cloud
3+
// Copyright (c) 2026 Aspose.BarCode for Cloud
44
// </copyright>
55
// <summary>
66
// Permission is hereby granted, free of charge, to any person obtaining a copy

codegen/Templates/nodejs/licenseInfo.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* MIT License
33

4-
* Copyright (c) 2025 Aspose Pty Ltd
4+
* Copyright (c) 2026 Aspose Pty Ltd
55

66
* Permission is hereby granted, free of charge, to any person obtaining a copy
77
* of this software and associated documentation files (the "Software"), to deal

codegen/Templates/php/licenseInfo.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* --------------------------------------------------------------------------------------------------------------------
33
* <copyright company="Aspose" file="{{classname}}.php">
4-
* Copyright (c) 2025 Aspose Pty Ltd
4+
* Copyright (c) 2026 Aspose Pty Ltd
55
* </copyright>
66
* <summary>
77
* Permission is hereby granted, free of charge, to any person obtaining a copy

codegen/Templates/php/requestModel.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* --------------------------------------------------------------------------------------------------------------------
55
* <copyright company="Aspose" file="{{nickname}}RequestWrapper.php">
6-
* Copyright (c) 2025 Aspose Pty Ltd
6+
* Copyright (c) 2026 Aspose Pty Ltd
77
* </copyright>
88
* --------------------------------------------------------------------------------------------------------------------
99
*/

0 commit comments

Comments
 (0)