From 14c0d61de08a69fd64d393e62784f4ba8aac5ba0 Mon Sep 17 00:00:00 2001 From: Ivan Kamkin <234-Ivan.Kamkin@users.noreply.git.saltov.dynabic.com> Date: Wed, 14 Jan 2026 10:59:32 +0500 Subject: [PATCH] Version updated Copyright updated --- LICENSE | 2 +- .../Aspose.BarCode.Cloud.Sdk.NetFrameworkTests.csproj | 2 +- README.md | 2 +- examples/GenerateQR/GenerateQR.csproj | 2 +- examples/ReadQR/ReadQR.csproj | 2 +- snippets/Snippets.csproj | 2 +- snippets/dependency.xml | 2 +- src/Api/GenerateApi.cs | 2 +- src/Api/RecognizeApi.cs | 2 +- src/Api/ScanApi.cs | 2 +- src/Aspose.BarCode.Cloud.Sdk.csproj | 8 ++++---- src/LICENSE.txt | 2 +- src/Model/AbstractOpenAPISchema.cs | 2 +- 13 files changed, 16 insertions(+), 16 deletions(-) diff --git a/LICENSE b/LICENSE index 1b8abcb..e5521ef 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/NetFrameworkTests/Aspose.BarCode.Cloud.Sdk.NetFrameworkTests.csproj b/NetFrameworkTests/Aspose.BarCode.Cloud.Sdk.NetFrameworkTests.csproj index d2cb347..4a99b61 100644 --- a/NetFrameworkTests/Aspose.BarCode.Cloud.Sdk.NetFrameworkTests.csproj +++ b/NetFrameworkTests/Aspose.BarCode.Cloud.Sdk.NetFrameworkTests.csproj @@ -29,6 +29,6 @@ - + diff --git a/README.md b/README.md index 77ac2de..80763c0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Nuget](https://img.shields.io/nuget/v/Aspose.BarCode-Cloud)](https://www.nuget.org/packages/Aspose.BarCode-Cloud/) - API version: 4.0 -- SDK version: 25.12.0 +- SDK version: 26.1.0 ## SDK and API Version Compatibility: diff --git a/examples/GenerateQR/GenerateQR.csproj b/examples/GenerateQR/GenerateQR.csproj index a72cb91..5f477df 100644 --- a/examples/GenerateQR/GenerateQR.csproj +++ b/examples/GenerateQR/GenerateQR.csproj @@ -7,7 +7,7 @@ - + diff --git a/examples/ReadQR/ReadQR.csproj b/examples/ReadQR/ReadQR.csproj index a72cb91..5f477df 100644 --- a/examples/ReadQR/ReadQR.csproj +++ b/examples/ReadQR/ReadQR.csproj @@ -7,7 +7,7 @@ - + diff --git a/snippets/Snippets.csproj b/snippets/Snippets.csproj index a72cb91..5f477df 100644 --- a/snippets/Snippets.csproj +++ b/snippets/Snippets.csproj @@ -7,7 +7,7 @@ - + diff --git a/snippets/dependency.xml b/snippets/dependency.xml index 8789af9..1e3250f 100644 --- a/snippets/dependency.xml +++ b/snippets/dependency.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/Api/GenerateApi.cs b/src/Api/GenerateApi.cs index 6db805d..49e34a2 100644 --- a/src/Api/GenerateApi.cs +++ b/src/Api/GenerateApi.cs @@ -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 diff --git a/src/Api/RecognizeApi.cs b/src/Api/RecognizeApi.cs index 295f0b8..9326cb7 100644 --- a/src/Api/RecognizeApi.cs +++ b/src/Api/RecognizeApi.cs @@ -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 diff --git a/src/Api/ScanApi.cs b/src/Api/ScanApi.cs index 12aefc1..4aeca31 100644 --- a/src/Api/ScanApi.cs +++ b/src/Api/ScanApi.cs @@ -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 diff --git a/src/Aspose.BarCode.Cloud.Sdk.csproj b/src/Aspose.BarCode.Cloud.Sdk.csproj index 535fbfd..edf181e 100644 --- a/src/Aspose.BarCode.Cloud.Sdk.csproj +++ b/src/Aspose.BarCode.Cloud.Sdk.csproj @@ -19,16 +19,16 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc true embedded 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 - © Aspose Pty Ltd 2001-2025. All Rights Reserved. + © Aspose Pty Ltd 2001-2026. All Rights Reserved. true Aspose.BarCode-Cloud Aspose.BarCode Cloud SDK for .NET PackageIcon.png - 25.12.0 + 26.1.0 Aspose - 25.12.0.0 + 26.1.0.0 README.md - https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v25.12.0 + https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v26.1.0 true LICENSE.txt true diff --git a/src/LICENSE.txt b/src/LICENSE.txt index 1b8abcb..e5521ef 100644 --- a/src/LICENSE.txt +++ b/src/LICENSE.txt @@ -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 diff --git a/src/Model/AbstractOpenAPISchema.cs b/src/Model/AbstractOpenAPISchema.cs index cd9be05..fc534ed 100644 --- a/src/Model/AbstractOpenAPISchema.cs +++ b/src/Model/AbstractOpenAPISchema.cs @@ -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