Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Added description, project url to nuget metadata (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
4thlabs authored Sep 19, 2022
1 parent f99ab90 commit 8247ce8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/dotnet/library.csproj.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@
<TargetFramework>${DOTNET_PROJECT_FRAMEWORK}</TargetFramework>
<Version>${DOTNET_PROJECT_VERSION}</Version>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Title>Dolby.io Communications .NET SDK</Title>
<Description>
The Dolby.io Communications .NET SDK allows creating high-quality applications for conferencing, streaming,
and collaborating. The .NET SDK offers an easily integration of the HD Dolby Voice experience, including spatial
audio and shared scenes, into game engines and virtual spaces.
</Description>
<Authors>Dolby.io</Authors>
<PackageProjectUrl>https://github.com/DolbyIO/comms-sdk-dotnet</PackageProjectUrl>
<RepositoryUrl>https://github.com/DolbyIO/comms-sdk-dotnet</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand Down
9 changes: 9 additions & 0 deletions cmake/dotnet/runtime.csproj.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
<PackageTags>native</PackageTags>
<IncludeBuildOutput>false</IncludeBuildOutput>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Title>Dolby.io Communications .NET SDK</Title>
<Description>
The Dolby.io Communications .NET SDK allows creating high-quality applications for conferencing, streaming,
and collaborating. The .NET SDK offers an easily integration of the HD Dolby Voice experience, including spatial
audio and shared scenes, into game engines and virtual spaces.
</Description>
<Authors>Dolby.io</Authors>
<PackageProjectUrl>https://github.com/DolbyIO/comms-sdk-dotnet</PackageProjectUrl>
<RepositoryUrl>https://github.com/DolbyIO/comms-sdk-dotnet</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 8247ce8

Please sign in to comment.