Skip to content

Commit b10a83f

Browse files
authored
Version of SDK updated (#95)
1 parent c2ea698 commit b10a83f

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.9.0
9+
- SDK version: 24.10.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.9.0" />
10+
<PackageReference Include="Aspose.BarCode-Cloud" Version="24.10.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.9.0" />
10+
<PackageReference Include="Aspose.BarCode-Cloud" Version="24.10.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
@@ -23,11 +23,11 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
2323
<PackageId>Aspose.BarCode-Cloud</PackageId>
2424
<Product>Aspose.BarCode Cloud SDK for .NET</Product>
2525
<PackageIcon>PackageIcon.png</PackageIcon>
26-
<Version>24.9.0</Version>
26+
<Version>24.10.0</Version>
2727
<Authors>Aspose</Authors>
28-
<AssemblyVersion>24.9.0.0</AssemblyVersion>
28+
<AssemblyVersion>24.10.0.0</AssemblyVersion>
2929
<PackageReadmeFile>README.md</PackageReadmeFile>
30-
<PackageReleaseNotes>https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v24.9.0</PackageReleaseNotes>
30+
<PackageReleaseNotes>https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v24.10.0</PackageReleaseNotes>
3131
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
3232
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
3333
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)