unosquare / ffmediaelement

FFME: The Advanced WPF MediaElement (based on FFmpeg)
https://unosquare.github.io/ffmediaelement/
Other
1.15k stars 238 forks source link

Where can I find the .Net 4.6.x verion of the Unosquare.FFME.Windows? Looking for the source code to strong name sign it with pfx/snk #645

Closed fdsmax closed 1 year ago

fdsmax commented 1 year ago

Issue Title Where can I find the .Net 4.6.x verion of the Unosquare.FFME.Windows? Looking for the source code to sign it with pfx/snk

I am using the 4.6.1 version of the FFMediaElement from the nuget packages. As the ffme.win.dll is not currently signed with strong name, I am looking for the source code of Unosquare.FFME.Windows in .Net 4.6.1. What I find in the github master is the net 5.0 version.

I have observed that .Net 461 is targeted in the Release mode. When I tried it, does not build actually. https://github.com/unosquare/ffmediaelement/commit/33f5de641e2ddcad2e44a3a5fe7957e46c65dcdf

image

Could anyone please point me to the right 4.6.1 / 4.6.x version of the code?

Thank you.

fdsmax commented 1 year ago

I have resolved it by adding WPF modules in VS 2022 and building with net 461 target. Thanks.