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 1eedcb4 commit c1ecc69Copy full SHA for c1ecc69
FFMpeg.runtime.nuspec
@@ -2,7 +2,7 @@
2
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
3
<metadata>
4
<id>FFMpeg.runtime</id>
5
- <version>1.0.2</version>
+ <version>1.0.3</version>
6
<title>FFMpeg native bindings for linux, windows</title>
7
<authors>zerpico</authors>
8
<icon>icon.png</icon>
@@ -22,7 +22,6 @@
22
<file src="icon.png" target="icon.png" />
23
<file src="LICENSE" target="LICENSE" />
24
<file src="README.md" target="README.md" />
25
- <file src="FFMpeg.runtime.props" target="build/netstandard2.0/FFMpeg.runtime.props" />
26
27
<file src="win64/bin/avcodec-58.dll" target="runtimes/win-x64/native" />
28
<file src="win64/bin/avdevice-58.dll" target="runtimes/win-x64/native" />
FFMpeg.runtime.props
0 commit comments