Skip to content

Commit 8f2c062

Browse files
committed
2023-06-29 : There are 3 files that was modified in the project. Respectively are spose.Cells.Cloud.SDK.csproj, utDocumentPropertyRequest.cs, and EADME.md.
1 parent bdc382a commit 8f2c062

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<TargetFrameworks>netstandard2.0;net4.5.2</TargetFrameworks>
4+
<TargetFrameworks>netstandard2.0</TargetFrameworks>
55
<AssemblyName>Aspose.Cells.Cloud.SDK</AssemblyName>
66
<PackageId>Aspose.Cells-Cloud</PackageId>
77
<OutputType>Library</OutputType>

Aspose.Cells.Cloud.SDK/Request/PutDocumentPropertyRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ public HttpWebRequest CreateHttpRequest(string baseUri,IDictionary<string, strin
108108
throw new ApiException(400, "Missing required parameter 'property' when calling PutDocumentProperty");
109109
}
110110

111-
var path = baseUri + "/cells/{name}/documentproperties/{propertyName}";
111+
var path = baseUri + "/cells/{name}/documentproperties";
112112
path = Regex
113113
.Replace(path, "\\*", string.Empty)
114114
.Replace("&amp;", "&")

README.md

Lines changed: 7 additions & 3 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/23.5)
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/23.6)
22

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

@@ -21,9 +21,13 @@ The Cloud SDK enhances your C#, ASP.NET, & other .NET-based cloud apps to [proce
2121
- [Leverage the power of Pivot Tables](https://docs.aspose.cloud/cells/working-with-pivot-tables/) & Ranges.
2222

2323

24-
## Feature & Enhancements in Version 23.5
24+
## Feature & Enhancements in Version 23.6
2525

26-
- Fix few method names for spelling error.
26+
- Support to batch lock multi-files.
27+
- Support to batch unlock multi-files.
28+
- Support to protect lock multi-files.
29+
- Support to split lock multi-files.
30+
- Fix put document property api..
2731

2832
## Read & Write Spreadsheet Formats
2933

0 commit comments

Comments
 (0)