Skip to content

Commit b991d3f

Browse files
authored
Version of SDK updated (#88)
1 parent a3c3ee5 commit b991d3f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

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

88
- API version: 3.0
9-
- SDK version: 24.4.0
9+
- SDK version: 24.5.0
1010

1111
## Demo applications
1212

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="24.4.0" />
10+
<PackageReference Include="Aspose.BarCode-Cloud" Version="24.5.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="24.4.0" />
10+
<PackageReference Include="Aspose.BarCode-Cloud" Version="24.5.0" />
1111
</ItemGroup>
1212

1313
</Project>

src/Aspose.BarCode.Cloud.Sdk.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
2020
<PackageId>Aspose.BarCode-Cloud</PackageId>
2121
<Product>Aspose.BarCode Cloud SDK for .NET</Product>
2222
<PackageIcon>PackageIcon.png</PackageIcon>
23-
<Version>24.4.0</Version>
23+
<Version>24.5.0</Version>
2424
<Authors>Aspose</Authors>
25-
<AssemblyVersion>24.4.0.0</AssemblyVersion>
25+
<AssemblyVersion>24.5.0.0</AssemblyVersion>
2626
<PackageReadmeFile>README.md</PackageReadmeFile>
27-
<PackageReleaseNotes>https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v24.4.0</PackageReleaseNotes>
27+
<PackageReleaseNotes>https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v24.5.0</PackageReleaseNotes>
2828
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
2929
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
3030
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)