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

Commit 8247ce8

Browse files
authored
Added description, project url to nuget metadata (#62)
1 parent f99ab90 commit 8247ce8

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

cmake/dotnet/library.csproj.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44
<TargetFramework>${DOTNET_PROJECT_FRAMEWORK}</TargetFramework>
55
<Version>${DOTNET_PROJECT_VERSION}</Version>
66
<PackageLicenseFile>LICENSE</PackageLicenseFile>
7+
<Title>Dolby.io Communications .NET SDK</Title>
78
<Description>
89
The Dolby.io Communications .NET SDK allows creating high-quality applications for conferencing, streaming,
910
and collaborating. The .NET SDK offers an easily integration of the HD Dolby Voice experience, including spatial
1011
audio and shared scenes, into game engines and virtual spaces.
1112
</Description>
13+
<Authors>Dolby.io</Authors>
14+
<PackageProjectUrl>https://github.com/DolbyIO/comms-sdk-dotnet</PackageProjectUrl>
15+
<RepositoryUrl>https://github.com/DolbyIO/comms-sdk-dotnet</RepositoryUrl>
1216
</PropertyGroup>
1317

1418
<ItemGroup>

cmake/dotnet/runtime.csproj.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
<PackageTags>native</PackageTags>
66
<IncludeBuildOutput>false</IncludeBuildOutput>
77
<PackageLicenseFile>LICENSE</PackageLicenseFile>
8+
<Title>Dolby.io Communications .NET SDK</Title>
9+
<Description>
10+
The Dolby.io Communications .NET SDK allows creating high-quality applications for conferencing, streaming,
11+
and collaborating. The .NET SDK offers an easily integration of the HD Dolby Voice experience, including spatial
12+
audio and shared scenes, into game engines and virtual spaces.
13+
</Description>
14+
<Authors>Dolby.io</Authors>
15+
<PackageProjectUrl>https://github.com/DolbyIO/comms-sdk-dotnet</PackageProjectUrl>
16+
<RepositoryUrl>https://github.com/DolbyIO/comms-sdk-dotnet</RepositoryUrl>
817
</PropertyGroup>
918

1019
<ItemGroup>

0 commit comments

Comments
 (0)