Skip to content

Commit 79c7034

Browse files
Denis-AverinIvan Kamkin
andauthored
Release 22.8 (#29)
* Release 22.8 Co-authored-by: Ivan Kamkin <[email protected]>
1 parent f07491e commit 79c7034

33 files changed

+42
-43
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ test:
1111

1212
.PHONY: init
1313
init:
14-
sudo apt install php-parser
1514
composer install
1615

1716
.PHONY: update

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Packagist Version](https://img.shields.io/packagist/v/aspose/barcode-cloud-php)](https://packagist.org/packages/aspose/barcode-cloud-php)
66

77
- API version: 3.0
8-
- Package version: 22.7.0
8+
- Package version: 22.8.0
99

1010
## Demo applications
1111

src/Aspose/BarCode/Configuration.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Configuration implements JsonSerializable
4949
*
5050
* @var string
5151
*/
52-
protected $clientVersion = '22.7.0';
52+
protected $clientVersion = '22.8.0';
5353

5454
/*
5555
* ClientId for API
@@ -378,7 +378,7 @@ public static function toDebugReport()
378378
$report .= ' OS: ' . php_uname() . PHP_EOL;
379379
$report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL;
380380
$report .= ' OpenAPI Spec Version: 3.0' . PHP_EOL;
381-
$report .= ' SDK Package Version: 22.7.0' . PHP_EOL;
381+
$report .= ' SDK Package Version: 22.8.0' . PHP_EOL;
382382
$report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL;
383383

384384
return $report;

src/Aspose/BarCode/Model/AutoSizeMode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
*/
4747
class AutoSizeMode
4848
{
49-
/// <summary>
49+
/// <summary>
5050
/// Enum value None
5151
/// </summary>
5252
public const None = "None";

src/Aspose/BarCode/Model/AvailableGraphicsUnit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
*/
4747
class AvailableGraphicsUnit
4848
{
49-
/// <summary>
49+
/// <summary>
5050
/// Enum value Pixel
5151
/// </summary>
5252
public const Pixel = "Pixel";

src/Aspose/BarCode/Model/AztecSymbolMode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
*/
4747
class AztecSymbolMode
4848
{
49-
/// <summary>
49+
/// <summary>
5050
/// Enum value Auto
5151
/// </summary>
5252
public const Auto = "Auto";

src/Aspose/BarCode/Model/BorderDashStyle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
*/
4747
class BorderDashStyle
4848
{
49-
/// <summary>
49+
/// <summary>
5050
/// Enum value Solid
5151
/// </summary>
5252
public const Solid = "Solid";

src/Aspose/BarCode/Model/ChecksumValidation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
*/
4747
class ChecksumValidation
4848
{
49-
/// <summary>
49+
/// <summary>
5050
/// Enum value Default
5151
/// </summary>
5252
public const Default = "Default";

src/Aspose/BarCode/Model/CodabarChecksumMode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
*/
4747
class CodabarChecksumMode
4848
{
49-
/// <summary>
49+
/// <summary>
5050
/// Enum value Mod10
5151
/// </summary>
5252
public const Mod10 = "Mod10";

src/Aspose/BarCode/Model/CodabarSymbol.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
*/
4747
class CodabarSymbol
4848
{
49-
/// <summary>
49+
/// <summary>
5050
/// Enum value A
5151
/// </summary>
5252
public const A = "A";

0 commit comments

Comments
 (0)