Skip to content

Commit fec1e1c

Browse files
authored
Version updated (#76)
1 parent 54c8bb9 commit fec1e1c

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: 23.9.0
9+
- SDK version: 23.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
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<ItemGroup>
9-
<PackageReference Include="Aspose.BarCode-Cloud" Version="23.9.0" />
9+
<PackageReference Include="Aspose.BarCode-Cloud" Version="23.10.0" />
1010
</ItemGroup>
1111

1212
</Project>

examples/ReadQR/ReadQR.csproj

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

88
<ItemGroup>
9-
<PackageReference Include="Aspose.BarCode-Cloud" Version="23.9.0" />
9+
<PackageReference Include="Aspose.BarCode-Cloud" Version="23.10.0" />
1010
</ItemGroup>
1111

1212
</Project>

src/Aspose.BarCode.Cloud.Sdk.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
2121
<PackageId>Aspose.BarCode-Cloud</PackageId>
2222
<Product>Aspose.BarCode Cloud SDK for .NET</Product>
2323
<PackageIcon>PackageIcon.png</PackageIcon>
24-
<Version>23.9.0</Version>
24+
<Version>23.10.0</Version>
2525
<Authors>Aspose</Authors>
26-
<AssemblyVersion>23.9.0.0</AssemblyVersion>
26+
<AssemblyVersion>23.10.0.0</AssemblyVersion>
2727
<PackageReadmeFile>README.md</PackageReadmeFile>
28-
<PackageReleaseNotes>https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v23.9.0</PackageReleaseNotes>
28+
<PackageReleaseNotes>https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v23.10.0</PackageReleaseNotes>
2929
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
3030
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
3131
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)