Skip to content

Commit

Permalink
Enable generation of SIPSorceryMedia.FFmpeg.xml documentation file
Browse files Browse the repository at this point in the history
  • Loading branch information
exyi authored and sipsorcery committed Apr 28, 2024
1 parent de699f2 commit 6572e4e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/SIPSorceryMedia.FFmpeg.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Nullable>enable</Nullable>
<LangVersion>preview</LangVersion>
<PackageLicenseExpression>LGPL-2.1-only</PackageLicenseExpression>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<!-- Disable warning for missing XML doc comments. -->
<NoWarn>$(NoWarn);CS1591;CS1573</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 6572e4e

Please sign in to comment.