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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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.5.0
- SDK version: 25.6.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.5.0" />
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.6.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.5.0" />
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.6.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.5.0" />
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.6.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.5.0" />
<PackageReference Include="Aspose.BarCode-Cloud" Version="25.6.0" />
6 changes: 3 additions & 3 deletions src/Aspose.BarCode.Cloud.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
<PackageId>Aspose.BarCode-Cloud</PackageId>
<Product>Aspose.BarCode Cloud SDK for .NET</Product>
<PackageIcon>PackageIcon.png</PackageIcon>
<Version>25.5.0</Version>
<Version>25.6.0</Version>
<Authors>Aspose</Authors>
<AssemblyVersion>25.5.0.0</AssemblyVersion>
<AssemblyVersion>25.6.0.0</AssemblyVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReleaseNotes>https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v25.5.0</PackageReleaseNotes>
<PackageReleaseNotes>https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v25.6.0</PackageReleaseNotes>
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down