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 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFrameworks >netstandard2.0</TargetFrameworks >
4+ <TargetFrameworks >netstandard2.0;net4.5.2 </TargetFrameworks >
55 <AssemblyName >Aspose.Cells.Cloud.SDK</AssemblyName >
66 <PackageId >Aspose.Cells-Cloud</PackageId >
77 <OutputType >Library</OutputType >
1717 <RepositoryType >GitHub</RepositoryType >
1818 <Copyright >MIT</Copyright >
1919 <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 >
2323 <PackageReadmeFile >README.md</PackageReadmeFile >
2424 </PropertyGroup >
2525
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 )
22
33# .NET SDK for Spreadsheet Processing in the Cloud
44
Original file line number Diff line number Diff line change @@ -42,4 +42,5 @@ Write-Host $StartTime
4242# $EndTime = Get-Date
4343# $timespan ="{0:N2}" -f (New-TimeSpan $StartTime $EndTime).TotalSeconds
4444dotnet 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"
4546# 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