From d9e2e527dee915b9d83ad00c7d39973832896fae Mon Sep 17 00:00:00 2001 From: Cloudmersive <35204726+Cloudmersive@users.noreply.github.com> Date: Mon, 3 Sep 2018 01:49:31 -0700 Subject: [PATCH] Added --- README.md | 2 +- build.ps1 | 1 + composer.json | 4 ++-- lib/Configuration.php | 4 ++-- packageconfig.json | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1e082dd..5388c5d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The validation APIs help you validate data. Check if an E-mail address is real. [Cloudmersive Validation API](https://www.cloudmersive.com/validate-api) provides data validation capabilities for validating email addresses, phone numbers, IP addresses, and many other types of business data. - API version: v1 -- Package version: 1.4.2 +- Package version: 1.4.3 ## Requirements diff --git a/build.ps1 b/build.ps1 index 5bc3251..f94b275 100644 --- a/build.ps1 +++ b/build.ps1 @@ -10,5 +10,6 @@ Remove-Item –path ./cloudmersive_validate_api_client –recurse (Get-Content ./README.md).replace('This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:', '[Cloudmersive Validation API](https://www.cloudmersive.com/validate-api) provides data validation capabilities for validating email addresses, phone numbers, IP addresses, and many other types of business data.') | Set-Content ./README.md (Get-Content ./README.md).replace('- Build package: io.swagger.codegen.languages.PhpClientCodegen', '') | Set-Content ./README.md +(Get-Content ./composer.json).replace('Swagger and contributors', 'https://cloudmersive.com') | Set-Content ./composer.json & php C:\ProgramData\ComposerSetup\bin\composer.phar install \ No newline at end of file diff --git a/composer.json b/composer.json index 42db561..c98552e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "cloudmersive/cloudmersive_validate_api_client", - "version": "1.4.2", + "version": "1.4.3", "description": "", "keywords": [ "swagger", @@ -12,7 +12,7 @@ "license": "proprietary", "authors": [ { - "name": "Swagger and contributors", + "name": "https://cloudmersive.com", "homepage": "https://github.com/swagger-api/swagger-codegen" } ], diff --git a/lib/Configuration.php b/lib/Configuration.php index cf7342a..44ac5d5 100644 --- a/lib/Configuration.php +++ b/lib/Configuration.php @@ -88,7 +88,7 @@ class Configuration * * @var string */ - protected $userAgent = 'Swagger-Codegen/1.4.2/php'; + protected $userAgent = 'Swagger-Codegen/1.4.3/php'; /** * Debug switch (default set to false) @@ -397,7 +397,7 @@ public static function toDebugReport() $report .= ' OS: ' . php_uname() . PHP_EOL; $report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL; $report .= ' OpenAPI Spec Version: v1' . PHP_EOL; - $report .= ' SDK Package Version: 1.4.2' . PHP_EOL; + $report .= ' SDK Package Version: 1.4.3' . PHP_EOL; $report .= ' Temp Folder Path: ' . self::getDefaultConfiguration()->getTempFolderPath() . PHP_EOL; return $report; diff --git a/packageconfig.json b/packageconfig.json index 2eb2aec..ac1a9c8 100644 --- a/packageconfig.json +++ b/packageconfig.json @@ -1,5 +1,5 @@ { - "artifactVersion": "1.4.2", + "artifactVersion": "1.4.3", "gitUserId": "Cloudmersive", "gitRepoId": "Cloudmersive.APIClient.PHP.Validate", "composerVendorName": "cloudmersive",