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
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@
<PackageReference Include="System.Net.Http" Version="4.3.4"/>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.12.0" />
<PackageReference Include="Aspose.BarCode-Cloud" Version="26.1.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion examples/GenerateQR/GenerateQR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.12.0" />
<PackageReference Include="Aspose.BarCode-Cloud" Version="26.1.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion examples/ReadQR/ReadQR.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.12.0" />
<PackageReference Include="Aspose.BarCode-Cloud" Version="26.1.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion snippets/Snippets.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.12.0" />
<PackageReference Include="Aspose.BarCode-Cloud" Version="26.1.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion snippets/dependency.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.12.0" />
<PackageReference Include="Aspose.BarCode-Cloud" Version="26.1.0" />
2 changes: 1 addition & 1 deletion src/Api/GenerateApi.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose" file="GenerateApi.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 src/Api/RecognizeApi.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose" file="RecognizeApi.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 src/Api/ScanApi.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose" file="ScanApi.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
8 changes: 4 additions & 4 deletions src/Aspose.BarCode.Cloud.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ 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>
<PackageIcon>PackageIcon.png</PackageIcon>
<Version>25.12.0</Version>
<Version>26.1.0</Version>
<Authors>Aspose</Authors>
<AssemblyVersion>25.12.0.0</AssemblyVersion>
<AssemblyVersion>26.1.0.0</AssemblyVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v25.12.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v26.1.0</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down
2 changes: 1 addition & 1 deletion src/LICENSE.txt
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 src/Model/AbstractOpenAPISchema.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// --------------------------------------------------------------------------------------------------------------------
// <copyright company="Aspose" file="Configuration.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
Loading