Skip to content

Commit 74a7fb9

Browse files
authored
Release 25.2 (#102)
* Version updated.
1 parent 55a5c0f commit 74a7fb9

File tree

14 files changed

+498
-498
lines changed

14 files changed

+498
-498
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: 4.0
9-
- SDK version: 25.1.0
9+
- SDK version: 25.2.0
1010

1111
## SDK and API Version Compatibility:
1212

Tests/GenerateAndThenRecognize.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public async Task GenerateAndThenRecognizeAsyncTest()
3838
"{\"barcodes\":[{" +
3939
"\"barcodeValue\":\"Test\"," +
4040
"\"type\":\"QR\"," +
41-
"\"region\":[{\"x\":7,\"y\":7},{\"x\":49,\"y\":6},{\"x\":48,\"y\":48},{\"x\":6,\"y\":49}],\"checksum\":null}]}",
41+
"\"region\":[{\"x\":7,\"y\":6},{\"x\":49,\"y\":6},{\"x\":48,\"y\":48},{\"x\":6,\"y\":49}],\"checksum\":null}]}",
4242
recognized.ToString()
4343
);
4444
}

Tests/test_data/Code128.jpeg

-871 Bytes
Loading

Tests/test_data/Code128.png

-871 Bytes
Loading

Tests/test_data/Code39.jpeg

-430 Bytes
Loading

Tests/test_data/Code39.png

-199 Bytes
Loading

Tests/test_data/Pdf417.svg

Lines changed: 488 additions & 488 deletions
Loading

Tests/test_data/aztec.png

0 Bytes
Loading

docs/GenerateApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Name | Type | Description | Notes
2525
**data** | **string**| String represents data to encode |
2626
**dataType** | **EncodeDataType?**| Type of data to encode. Default value: StringData. | [optional]
2727
**imageFormat** | **BarcodeImageFormat?**| Barcode output image format. Default value: png | [optional]
28-
**textLocation** | **CodeLocation?**| Specify the displaying Text Location, set to CodeLocation.None to hide CodeText. Default value: CodeLocation.Below. | [optional]
28+
**textLocation** | **CodeLocation?**| Specify the displaying Text Location, set to CodeLocation.None to hide CodeText. Default value: Depends on BarcodeType. CodeLocation.Below for 1D Barcodes. CodeLocation.None for 2D Barcodes. | [optional]
2929
**foregroundColor** | **string**| Specify the displaying bars and content Color. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: Black. | [optional] [default to "Black"]
3030
**backgroundColor** | **string**| Background color of the barcode image. Value: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #. For example: AliceBlue or #FF000000 Default value: White. | [optional] [default to "White"]
3131
**units** | **GraphicsUnit?**| Common Units for all measuring in query. Default units: pixel. | [optional]

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

1313
</Project>

0 commit comments

Comments
 (0)