Skip to content

Commit

Permalink
Aspose.Cells Cloud SDK 24.5.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
roywangaspose committed May 24, 2024
1 parent 7ad4596 commit 9668fde
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"AsposeCellsCloud::CellsApi" : {
"file" : "lib/AsposeCellsCloud/CellsApi.pm",
"version" : "24.5"
"version" : "24.5.1"
},
"AsposeCellsCloud::Configuration" : {
"file" : "lib/AsposeCellsCloud/Configuration.pm"
Expand Down Expand Up @@ -2311,6 +2311,6 @@
}
},
"release_status" : "stable",
"version" : "24.5",
"version" : "24.5.1",
"x_serialization_backend" : "JSON::PP version 2.27400"
}
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ provides:
file: lib/AsposeCellsCloud/ApiFactory.pm
AsposeCellsCloud::CellsApi:
file: lib/AsposeCellsCloud/CellsApi.pm
version: 24.5
version: 24.5.1
AsposeCellsCloud::Configuration:
file: lib/AsposeCellsCloud/Configuration.pm
AsposeCellsCloud::Role:
Expand Down Expand Up @@ -1542,5 +1542,5 @@ requires:
strict: '0'
utf8: '0'
warnings: '0'
version: 24.5
version: 24.5.1
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WriteMakefile
(
'NAME' => 'AsposeCellsCloud::CellsApi',
'LICENSE' => 'MIT',
'VERSION' => '24.5',
'VERSION' => '24.5.1',
'ABSTRACT' =>'Aspose.Cells Cloud SDK',
'AUTHOR' =>'Aspose.Cells',
'PREREQ_PM' => {
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ Enhance your Perl applications with the [Aspose.Cells Cloud](https://products.as



## Feature & Enhancements in Version 24.5
## Feature & Enhancements in Version 24.5.1

Full list of issues covering all changes in this release:

- Add merge queries method for loading data of data transformation.
- Optimize chart data model.
- Update obtaining access token address.


## Support file format

Expand Down
4 changes: 2 additions & 2 deletions lib/AsposeCellsCloud/ApiClient.pm
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ sub call_api {

my $_url = $self->{config}{base_url}."/" .$self->{config}{api_version} . $resource_path;
if($get_token){
# $_url = $self->{config}{base_url} . $resource_path;
$_url = "https://id.aspose.cloud" . $resource_path;
$_url = $self->{config}{base_url} . $resource_path;
# $_url = "https://id.aspose.cloud" . $resource_path;
}

# build query
Expand Down
4 changes: 2 additions & 2 deletions lib/AsposeCellsCloud/Configuration.pm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use utf8;
use Log::Any qw($log);
use Carp;

use constant VERSION => '24.5';
use constant VERSION => '24.5.1';

=head1 Name
Expand Down Expand Up @@ -111,7 +111,7 @@ sub new {

# class/static variables
$p{http_timeout} //= 180;
$p{http_user_agent} //= 'Apose.Cells.Cloud.SDK/24.5/perl';
$p{http_user_agent} //= 'Apose.Cells.Cloud.SDK/24.5.1/perl';

# authentication setting
$p{api_key} //= {};
Expand Down
4 changes: 2 additions & 2 deletions lib/AsposeCellsCloud/Role.pm
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ has version_info => ( is => 'ro',
isa => 'HashRef',
default => sub { {
app_name => 'Aspose.Cells Cloud SDK APIs.',
app_version => '24.5',
app_version => '24.5.1',
generator_class => 'io.swagger.codegen.languages.PerlClientCodegen',
} },
documentation => 'Information about the application version and the codegen codebase version'
Expand Down Expand Up @@ -119,7 +119,7 @@ sub _build_af {
AsposeCellsCloud::Role - a Moose role for the Aspose.Cells Cloud SDK APIs.
=head2 Aspose.Cells Cloud SDK APIs. version: 24.5
=head2 Aspose.Cells Cloud SDK APIs. version: 24.5.1
=head1 VERSION
Expand Down

0 comments on commit 9668fde

Please sign in to comment.