File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFrameworks >netstandard2.0</TargetFrameworks >
4
+ <TargetFrameworks >netstandard2.0;net4.5.2 </TargetFrameworks >
5
5
<AssemblyName >Aspose.Cells.Cloud.SDK</AssemblyName >
6
6
<PackageId >Aspose.Cells-Cloud</PackageId >
7
7
<OutputType >Library</OutputType >
17
17
<RepositoryType >GitHub</RepositoryType >
18
18
<Copyright >MIT</Copyright >
19
19
<StyleCopTreatErrorsAsWarnings >false</StyleCopTreatErrorsAsWarnings >
20
- <AssemblyVersion >23.9 </AssemblyVersion >
21
- <FileVersion >23.9 </FileVersion >
22
- <Version >23.9 </Version >
20
+ <AssemblyVersion >23.10 </AssemblyVersion >
21
+ <FileVersion >23.10 </FileVersion >
22
+ <Version >23.10 </Version >
23
23
<PackageReadmeFile >README.md</PackageReadmeFile >
24
24
</PropertyGroup >
25
25
Original file line number Diff line number Diff line change 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.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/23.10 )
2
2
3
3
# .NET SDK for Spreadsheet Processing in the Cloud
4
4
Original file line number Diff line number Diff line change @@ -42,4 +42,5 @@ Write-Host $StartTime
42
42
# $EndTime = Get-Date
43
43
# $timespan ="{0:N2}" -f (New-TimeSpan $StartTime $EndTime).TotalSeconds
44
44
dotnet test -- logger " html;logfilename=CellsCloudSDKNet-$StartTime -TestResult.html" -- blame -- collect " Code Coverage"
45
+ # dotnet test .\Aspose.Cells.Cloud.SDK.Test\Aspose.Cells.Cloud.SDK.Test.csproj -l "console;verbosity=detailed"
45
46
# Write-Host "Spent ${timespan}s on finishing test. Result : Total ${total}, Passed ${passed} , Failed ${failed} ."
You can’t perform that action at this time.
0 commit comments