We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f10f06 commit b2a4e7bCopy full SHA for b2a4e7b
src/Directory.Build.props
@@ -48,6 +48,8 @@
48
<VersionSuffix></VersionSuffix>
49
<PackageTags>libvlc;vlc;videolan;native;c/c++;video;audio;player;media;mediaplayer;codec;ffmpeg;xamarin;graphics;ios;android;linux;windows;macos;cross-platform</PackageTags>
50
<PackageReadmeFile>README.md</PackageReadmeFile>
51
+ <NuGetAuditMode>all</NuGetAuditMode>
52
+ <NuGetAuditLevel>low</NuGetAuditLevel>
53
</PropertyGroup>
54
<ItemGroup>
55
<None Include="..\assets\icon.png">
0 commit comments