Skip to content

Commit da8c24f

Browse files
committed
Release Aspose.Cells Cloud SDK 23.6
1 parent b90f2ac commit da8c24f

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net4.5.2</TargetFrameworks>
@@ -20,11 +20,14 @@
2020
<AssemblyVersion>23.6</AssemblyVersion>
2121
<FileVersion>23.6</FileVersion>
2222
<Version>23.6</Version>
23+
<PackageReadmeFile>README.md</PackageReadmeFile>
2324
</PropertyGroup>
2425

2526
<ItemGroup>
2627
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
2728
<PackageReference Include="RestSharp" Version="106.2.2" />
2829
</ItemGroup>
29-
30+
<ItemGroup>
31+
<None Include="..\README.md" Pack="true" PackagePath="\"/>
32+
</ItemGroup>
3033
</Project>

Pack_NugetPackage.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
dotnet build -c Release
1+
dotnet build -c Release Aspose.Cells.Cloud.SDK\Aspose.Cells.Cloud.SDK.csproj
22
$RootFoler=(Get-Location).Path
33
$File = "$RootFoler\Aspose.Cells.Cloud.SDK\bin\Release\netstandard2.0\Aspose.Cells.Cloud.SDK.dll"
44
$FileVersion = [System.Diagnostics.FileVersionInfo]::GetVersionInfo($File).FileVersion.split(".")
@@ -11,7 +11,7 @@ if( $FileVersion.Length -eq 2 ){
1111
$PackFile="Aspose.Cells-Cloud.$version.nupkg"
1212

1313
Write-Output "Pack Aspose.Cells Cloud SDK $version For Net."
14-
dotnet pack --output .\
14+
dotnet pack -c Release --output .\
1515
dotnet nuget sign --hash-algorithm sha256 --certificate-path aspose.pfx --certificate-password f27Hp99Ds3 --timestamper http://timestamp.digicert.com $PackFile
1616
dotnet nuget verify $PackFile
1717
Write-Output "Move-Item -Path $PackFile -Destination packages/$PackFile"

0 commit comments

Comments
 (0)