Skip to content

Commit b81b248

Browse files
authored
Release 23.12 (#79)
* Update version
1 parent 51eb184 commit b81b248

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
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.11.0
9+
- SDK version: 23.12.0
1010

1111
## Demo applications
1212

Tests/GenerateAndThenRecognize.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public void GenerateAndThenRecognizeTest()
3636
"{\"barcodes\":[{" +
3737
"\"barcodeValue\":\"Test\"," +
3838
"\"type\":\"QR\"," +
39-
"\"region\":[{\"x\":7,\"y\":7},{\"x\":49,\"y\":7},{\"x\":49,\"y\":49},{\"x\":7,\"y\":49}]}]}",
39+
"\"region\":[{\"x\":7,\"y\":7},{\"x\":49,\"y\":6},{\"x\":48,\"y\":48},{\"x\":6,\"y\":49}]}]}",
4040
recognized.ToString()
4141
);
4242
}

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.11.0" />
9+
<PackageReference Include="Aspose.BarCode-Cloud" Version="23.12.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.11.0" />
9+
<PackageReference Include="Aspose.BarCode-Cloud" Version="23.12.0" />
1010
</ItemGroup>
1111

1212
</Project>

src/Aspose.BarCode.Cloud.Sdk.csproj

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,15 @@ Aspose.Barcode for Cloud allows you to control all aspects of the image and barc
1616
<DebugType>embedded</DebugType>
1717
<PackageTags>Barcode Scan Recognize Generate QR DataMatrix AustraliaPost VIN MSI Aztec ISBN OPC Postnet Aspose Aspose.BarCode Aspose.BarCode-Cloud EAN13 ISSN PZN SingaporePost UPCA UPCE Code11 Code128 Code32 DotCode EAN14 EAN8 GS1DataMatrix</PackageTags>
1818
<Copyright>© Aspose Pty Ltd 2001-2023. All Rights Reserved.</Copyright>
19-
<PackageProjectUrl>https://products.aspose.cloud/barcode/net/</PackageProjectUrl>
2019
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2120
<PackageId>Aspose.BarCode-Cloud</PackageId>
2221
<Product>Aspose.BarCode Cloud SDK for .NET</Product>
2322
<PackageIcon>PackageIcon.png</PackageIcon>
24-
<Version>23.11.0</Version>
23+
<Version>23.12.0</Version>
2524
<Authors>Aspose</Authors>
26-
<AssemblyVersion>23.11.0.0</AssemblyVersion>
25+
<AssemblyVersion>23.12.0.0</AssemblyVersion>
2726
<PackageReadmeFile>README.md</PackageReadmeFile>
28-
<PackageReleaseNotes>https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v23.11.0</PackageReleaseNotes>
27+
<PackageReleaseNotes>https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-dotnet/releases/tag/v23.12.0</PackageReleaseNotes>
2928
<PackageRequireLicenseAcceptance>true</PackageRequireLicenseAcceptance>
3029
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
3130
<GenerateDocumentationFile>true</GenerateDocumentationFile>

0 commit comments

Comments
 (0)