CefSharp icon indicating copy to clipboard operation
CefSharp copied to clipboard

Provide a strong-named assembly for tagged releases

Open jevakallio opened this issue 12 years ago • 1 comments

It would be incredibly helpful if you could provide a strong name signed build of the tagged releases going forward. The project already includes a .snk file, but it requires the user to be able to build to binaries from source.

Since CefSharp aims to provide a CEF implementation for managed assembly, and most of its consumers are programming in purely managed languages (C#), it's reasonable to expect that some users don't have a Visual Studio edition which is capable of building mixed managed/native projects. This is the case for me as well, and I currently need to ask a friend to build it for me.

Thanks @ataranto and other maintainers for all the awesome work on this project! It's been a real boon, and a pleasure to use.

jevakallio avatar Apr 16 '13 13:04 jevakallio

agree, i will try to do this for future releases

ataranto avatar Apr 19 '13 03:04 ataranto