Skip to content

Commit e49eb1b

Browse files
committed
Make sure that nupkg file is generated
1 parent 53b5291 commit e49eb1b

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

CM.Voice.VoiceApi.Sdk.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1111
ProjectSection(SolutionItems) = preProject
1212
.gitattributes = .gitattributes
1313
.gitignore = .gitignore
14-
LICENSE.md = LICENSE.md
14+
LICENSE = LICENSE
1515
README.md = README.md
1616
.github/workflows/main.yml = .github/workflows/main.yml
1717
.github/workflows/nuget.yml = .github/workflows/nuget.yml

CM.Voice.VoiceApi.Sdk/CM.Voice.VoiceApi.Sdk.csproj

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,20 @@
1111
<RepositoryType>Github</RepositoryType>
1212
<Copyright>$([System.DateTime]::UtcNow.Year) CM.com</Copyright>
1313
<PackageLicenseFile>LICENSE</PackageLicenseFile>
14-
<PackageIconUrl>https://cdn.cmtelecom.com/images/cm-nuget.png</PackageIconUrl>
15-
<Version>1.8.0</Version>
14+
<PackageIcon>icon.png</PackageIcon>
15+
<Version>1.7.2</Version>
1616
<PackageProjectUrl>https://github.com/cmdotcom/talk-sdk-dotnet</PackageProjectUrl>
1717
<NeutralLanguage>en</NeutralLanguage>
1818
<GenerateDocumentationFile>true</GenerateDocumentationFile>
19-
<AssemblyVersion>1.8.0</AssemblyVersion>
20-
<FileVersion>1.8.0</FileVersion>
19+
<AssemblyVersion>1.7.2</AssemblyVersion>
20+
<FileVersion>1.7.2</FileVersion>
21+
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
2122
</PropertyGroup>
2223

2324
<ItemGroup>
2425
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
26+
<None Include="$(MSBuildProjectDirectory)/../icon.png" Pack="true" Visible="false" PackagePath="" />
27+
<None Include="$(MSBuildProjectDirectory)/../LICENSE" Pack="true" PackagePath="" />
2528
</ItemGroup>
2629

2730
</Project>
File renamed without changes.

icon.png

6.95 KB
Loading

0 commit comments

Comments
 (0)