Skip to content

Commit 4484dbf

Browse files
Release v26.4.0
1 parent 28a4b65 commit 4484dbf

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

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="26.3.0" />
32+
<PackageReference Include="Aspose.BarCode-Cloud" Version="26.4.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: 26.3.0
10+
- SDK version: 26.4.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="26.3.0" />
10+
<PackageReference Include="Aspose.BarCode-Cloud" Version="26.4.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="26.3.0" />
10+
<PackageReference Include="Aspose.BarCode-Cloud" Version="26.4.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="26.3.0" />
10+
<PackageReference Include="Aspose.BarCode-Cloud" Version="26.4.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="26.3.0" />
1+
<PackageReference Include="Aspose.BarCode-Cloud" Version="26.4.0" />

src/Aspose.BarCode.Cloud.Sdk.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
2626
<PackageIcon>PackageIcon.png</PackageIcon>
2727
<Version>26.4.0</Version>
2828
<Authors>Aspose</Authors>
29-
<AssemblyVersion>26.3.0.0</AssemblyVersion>
29+
<AssemblyVersion>26.4.0.0</AssemblyVersion>
3030
<PackageReadmeFile>README.md</PackageReadmeFile>
31-
<PackageReleaseNotes>https://github.com/aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-.NET/releases/tag/v26.3.0</PackageReleaseNotes>
31+
<PackageReleaseNotes>https://github.com/aspose-barcode-cloud/Aspose.BarCode-Cloud-SDK-for-.NET/releases/tag/v26.4.0</PackageReleaseNotes>
3232
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
3333
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
3434
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)