-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write a .NET assembly to nicely interface WinSparkle.dll. #20
Comments
Done: https://github.com/bagnz0r/SharpSparkle Just for the sake of fact I needed something like WinSparkle, and had to code a quick .NET wrapper. |
Any chance of talking you into making a PR to integrate it directly with WinSparkle (and under the same license)? |
Whenever I'm bored - sure. |
PR #54 has been submitted for this issue |
Should use assembly metadata in preference to win32 resources. We'll be able to store appcast URL in metadata too, and it should be preferred way of doing it, because it could be inspected from outside (a la AppFresh on Mac).
It may be possible to merge .NET assembly with native DLL in single WinSparkle.dll -- see how the System.Data.SQLite wrapper (http://sqlite.phxsoftware.com/) for SQLite does it.
The text was updated successfully, but these errors were encountered: