Skip to content

Commit 0ebf86f

Browse files
authored
Version 21.2.0 (#11)
1 parent edc6693 commit 0ebf86f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Aspose.BarCode Cloud SDK for PHP
22

33
- API version: 3.0
4-
- Package version: 20.12.0
4+
- Package version: 21.2.0
55

66
Aspose.BarCode for Cloud is a REST API for Linear, 2D and postal barcode generation and recognition in the cloud. API recognizes and generates barcode images in a variety of formats. Barcode REST API allows to specify barcode image attributes like image width, height, border style and output image format in order to customize the generation process. Developers can also specify the barcode type and text attributes such as text location and font styles in order to suit the application requirements.
77

src/Aspose/BarCode/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Configuration implements JsonSerializable
4646
*
4747
* @var string
4848
*/
49-
protected $clientVersion = '20.12.0';
49+
protected $clientVersion = '21.2.0';
5050

5151
/*
5252
* ClientId for API
@@ -362,7 +362,7 @@ public static function toDebugReport()
362362
$report .= ' OS: ' . php_uname() . PHP_EOL;
363363
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
364364
$report .= ' OpenAPI Spec Version: 3.0' . PHP_EOL;
365-
$report .= ' SDK Package Version: 20.12.0' . PHP_EOL;
365+
$report .= ' SDK Package Version: 21.2.0' . PHP_EOL;
366366
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
367367

368368
return $report;

0 commit comments

Comments
 (0)