Skip to content

Commit

Permalink
Merge pull request #33 from TSRBerry/patch-1
Browse files Browse the repository at this point in the history
Add LICENSE file to NuGet pkg
  • Loading branch information
lostromb authored Mar 21, 2024
2 parents 2115243 + 1e2e423 commit b14383a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CSharp/Concentus.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Authors>Logan Stromberg</Authors>
<PackageProjectUrl>https://github.com/lostromb/concentus</PackageProjectUrl>
<PackageIconUrl>http://durandal.dnsalias.net/imgur/concentus.png</PackageIconUrl>
<PackageLicenseUrl>https://opus-codec.org/license/</PackageLicenseUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<Copyright>Copyright © Xiph.Org Foundation, Skype Limited, CSIRO, Microsoft Corp.</Copyright>
<PackageReleaseNotes>1.1.7 Including .Net 3.5 was a mistake as it becomes the default for everyone</PackageReleaseNotes>
<IncludeSymbols>true</IncludeSymbols>
Expand All @@ -32,6 +32,7 @@
<ItemGroup>
<Compile Include="$(SourceDir)\**\*.cs" Exclude="$(SourceDir)\bin\**;$(SourceDir)\obj\**" />
<Content Include="$(SourceDir)\Readme.txt" PackagePath="" />
<None Include="$(MSBuildThisFileDirectory)\..\LICENSE" Pack="true" PackagePath="" />
</ItemGroup>

<PropertyGroup Condition="'$(UnsafeBuild)' == 'true'">
Expand All @@ -52,4 +53,4 @@
<FrameworkPathOverride>$(MSBuildProgramFiles32)\Reference Assemblies\Microsoft\Framework\.NETFramework\v3.5\Profile\Client</FrameworkPathOverride>
</PropertyGroup>

</Project>
</Project>

0 comments on commit b14383a

Please sign in to comment.