Skip to content

Commit

Permalink
Version 21.2.0 (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Averin authored Feb 3, 2021
1 parent edc6693 commit 0ebf86f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Aspose.BarCode Cloud SDK for PHP

- API version: 3.0
- Package version: 20.12.0
- Package version: 21.2.0

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.

Expand Down
4 changes: 2 additions & 2 deletions src/Aspose/BarCode/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Configuration implements JsonSerializable
*
* @var string
*/
protected $clientVersion = '20.12.0';
protected $clientVersion = '21.2.0';

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

return $report;
Expand Down

0 comments on commit 0ebf86f

Please sign in to comment.