Skip to content

Commit 700985c

Browse files
committed
Release Aspose.Cells Cloud SDK 20.10
1 parent 1ed4f94 commit 700985c

File tree

5 files changed

+13
-53
lines changed

5 files changed

+13
-53
lines changed

Aspose.Cells.Cloud.SDK/Api/CellsApi.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47569,7 +47569,7 @@ public ApiResponse< CellsCloudResponse > CellsSparklineGroupsPostWorksheetSparkl
4756947569

4757047570
if (name != null) localVarPathParams.Add("name", Configuration.ApiClient.ParameterToString(name)); // path parameter
4757147571
if (sheetName != null) localVarPathParams.Add("sheetName", Configuration.ApiClient.ParameterToString(sheetName)); // path parameter
47572-
if (sparklineGroupIndex != null) localVarQueryParams.Add("sparklineGroupIndex", Configuration.ApiClient.ParameterToString(sparklineGroupIndex)); // query parameter
47572+
if (sparklineGroupIndex != null) localVarPathParams.Add("sparklineGroupIndex", Configuration.ApiClient.ParameterToString(sparklineGroupIndex)); // path parameter
4757347573
if (folder != null) localVarQueryParams.Add("folder", Configuration.ApiClient.ParameterToString(folder)); // query parameter
4757447574
if (storageName != null) localVarQueryParams.Add("storageName", Configuration.ApiClient.ParameterToString(storageName)); // query parameter
4757547575
if (sparklineGroup != null && sparklineGroup.GetType() != typeof(byte[]))
@@ -47668,7 +47668,7 @@ public async System.Threading.Tasks.Task<ApiResponse<CellsCloudResponse>> CellsS
4766847668

4766947669
if (name != null) localVarPathParams.Add("name", Configuration.ApiClient.ParameterToString(name)); // path parameter
4767047670
if (sheetName != null) localVarPathParams.Add("sheetName", Configuration.ApiClient.ParameterToString(sheetName)); // path parameter
47671-
if (sparklineGroupIndex != null) localVarQueryParams.Add("sparklineGroupIndex", Configuration.ApiClient.ParameterToString(sparklineGroupIndex)); // query parameter
47671+
if (sparklineGroupIndex != null) localVarPathParams.Add("sparklineGroupIndex", Configuration.ApiClient.ParameterToString(sparklineGroupIndex)); // path parameter
4767247672
if (folder != null) localVarQueryParams.Add("folder", Configuration.ApiClient.ParameterToString(folder)); // query parameter
4767347673
if (storageName != null) localVarQueryParams.Add("storageName", Configuration.ApiClient.ParameterToString(storageName)); // query parameter
4767447674
if (sparklineGroup != null && sparklineGroup.GetType() != typeof(byte[]))

Aspose.Cells.Cloud.SDK/Aspose.Cells.Cloud.SDK.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
<Description>This SDK allows you to work with Aspose.Cells Cloud REST APIs in your .NET applications quickly and easily, with zero initial cost.</Description>
1212
<Copyright>MIT</Copyright>
1313
<StyleCopTreatErrorsAsWarnings>false</StyleCopTreatErrorsAsWarnings>
14-
<AssemblyVersion>20.9</AssemblyVersion>
15-
<FileVersion>20.9</FileVersion>
16-
<Version>20.9</Version>
14+
<AssemblyVersion>20.10</AssemblyVersion>
15+
<FileVersion>20.10</FileVersion>
16+
<Version>20.10</Version>
1717
</PropertyGroup>
1818

1919
<ItemGroup>
2020
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
2121
<PackageReference Include="RestSharp" Version="106.2.2" />
2222
</ItemGroup>
2323

24-
</Project>
24+
</Project>

Aspose.Cells.Cloud.SDK/Aspose.Cells.Cloud.SDK.nuspec

Lines changed: 0 additions & 39 deletions
This file was deleted.

Aspose.Cells.Cloud.SDK/Client/Configuration.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public Configuration(ApiClient apiClient = null,
5959
string tempFolderPath = null,
6060
string dateTimeFormat = null,
6161
int timeout = 100000,
62-
string userAgent = "Swagger-Codegen/20.9/csharp"
62+
string userAgent = "Swagger-Codegen/20.10/csharp"
6363
)
6464
{
6565
setApiClientUsingDefault(apiClient);
@@ -94,7 +94,7 @@ public Configuration(ApiClient apiClient)
9494
/// Version of the package.
9595
/// </summary>
9696
/// <value>Version of the package.</value>
97-
public const string Version = "20.9";
97+
public const string Version = "20.10";
9898

9999
/// <summary>
100100
/// Gets or sets the default Configuration.
@@ -338,7 +338,7 @@ public static String ToDebugReport()
338338
.GetExecutingAssembly()
339339
.GetReferencedAssemblies()
340340
.Where(x => x.Name == "System.Core").First().Version.ToString() + "\n";
341-
report += " SDK Package Version: 20.9\n";
341+
report += " SDK Package Version: 20.10\n";
342342

343343
return report;
344344
}

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Nuget](https://img.shields.io/nuget/v/Aspose.Cells-Cloud) ![Nuget](https://img.shields.io/nuget/dt/Aspose.Cells-Cloud) ![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-dotnet)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-dotnet/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-dotnet/20.9)
1+
![Nuget](https://img.shields.io/nuget/v/Aspose.Cells-Cloud) ![Nuget](https://img.shields.io/nuget/dt/Aspose.Cells-Cloud) ![](https://img.shields.io/badge/REST%20API-v3.0-lightgrey) [![GitHub license](https://img.shields.io/github/license/aspose-cells-cloud/aspose-cells-cloud-dotnet)](https://github.com/aspose-cells-cloud/aspose-cells-cloud-dotnet/blob/master/LICENSE) ![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/aspose-cells-cloud/aspose-cells-cloud-dotnet/20.10)
22

33
# .NET SDK for Spreadsheet Processing in the Cloud
44

@@ -20,11 +20,10 @@ The Cloud SDK enhances your C#, ASP.NET, & other .NET-based cloud apps to [proce
2020
- Fetch the required shape from worksheet.
2121
- [Leverage the power of Pivot Tables](https://docs.aspose.cloud/cells/working-with-pivot-tables/) & Ranges.
2222

23-
## Feature & Enhancements in Version 20.9
23+
## Feature & Enhancements in Version 20.10
2424

25-
- Added chart API.
26-
- Added API to update Pivot Field.
27-
- Supported sparkline groups.
25+
- Enhancement for post sparkline group API.
26+
- Support to upload large file.
2827

2928
## Read & Write Spreadsheet Formats
3029

0 commit comments

Comments
 (0)