Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CM.Voice.VoiceApi.Sdk.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE.md = LICENSE.md
LICENSE = LICENSE
README.md = README.md
.github/workflows/main.yml = .github/workflows/main.yml
.github/workflows/nuget.yml = .github/workflows/nuget.yml
Expand Down
11 changes: 7 additions & 4 deletions CM.Voice.VoiceApi.Sdk/CM.Voice.VoiceApi.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,20 @@
<RepositoryType>Github</RepositoryType>
<Copyright>$([System.DateTime]::UtcNow.Year) CM.com</Copyright>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<PackageIconUrl>https://cdn.cmtelecom.com/images/cm-nuget.png</PackageIconUrl>
<Version>1.8.0</Version>
<PackageIcon>icon.png</PackageIcon>
<Version>1.7.2</Version>
<PackageProjectUrl>https://github.com/cmdotcom/talk-sdk-dotnet</PackageProjectUrl>
<NeutralLanguage>en</NeutralLanguage>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyVersion>1.8.0</AssemblyVersion>
<FileVersion>1.8.0</FileVersion>
<AssemblyVersion>1.7.2</AssemblyVersion>
<FileVersion>1.7.2</FileVersion>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<None Include="$(MSBuildProjectDirectory)/../icon.png" Pack="true" Visible="false" PackagePath="" />
<None Include="$(MSBuildProjectDirectory)/../LICENSE" Pack="true" PackagePath="" />
</ItemGroup>

</Project>
File renamed without changes.
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading