Skip to content

Commit 4fa7cf8

Browse files
authored
Release 26.1 #119)
1 parent d416ab2 commit 4fa7cf8

13 files changed

Lines changed: 16 additions & 16 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

NetFrameworkTests/Aspose.BarCode.Cloud.Sdk.NetFrameworkTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
<PackageReference Include="System.Net.Http" Version="4.3.4"/>
3030
</ItemGroup>
3131
<ItemGroup>
32-
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.12.0" />
32+
<PackageReference Include="Aspose.BarCode-Cloud" Version="26.1.0" />
3333
</ItemGroup>
3434
</Project>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![Nuget](https://img.shields.io/nuget/v/Aspose.BarCode-Cloud)](https://www.nuget.org/packages/Aspose.BarCode-Cloud/)
88

99
- API version: 4.0
10-
- SDK version: 25.12.0
10+
- SDK version: 26.1.0
1111

1212
## SDK and API Version Compatibility:
1313

examples/GenerateQR/GenerateQR.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.12.0" />
10+
<PackageReference Include="Aspose.BarCode-Cloud" Version="26.1.0" />
1111
</ItemGroup>
1212

1313
</Project>

examples/ReadQR/ReadQR.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.12.0" />
10+
<PackageReference Include="Aspose.BarCode-Cloud" Version="26.1.0" />
1111
</ItemGroup>
1212

1313
</Project>

snippets/Snippets.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.12.0" />
10+
<PackageReference Include="Aspose.BarCode-Cloud" Version="26.1.0" />
1111
</ItemGroup>
1212

1313
</Project>

snippets/dependency.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.12.0" />
1+
<PackageReference Include="Aspose.BarCode-Cloud" Version="26.1.0" />

src/Api/GenerateApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose" file="GenerateApi.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

src/Api/RecognizeApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose" file="RecognizeApi.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

src/Api/ScanApi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// --------------------------------------------------------------------------------------------------------------------
22
// <copyright company="Aspose" file="ScanApi.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

0 commit comments

Comments
 (0)