Skip to content
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

Open
vslavik opened this issue May 27, 2014 · 4 comments
Open

Write a .NET assembly to nicely interface WinSparkle.dll. #20

vslavik opened this issue May 27, 2014 · 4 comments

Comments

@vslavik
Copy link
Owner

vslavik commented May 27, 2014

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.

@bagnz0r
Copy link

bagnz0r commented May 29, 2014

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.
Feel free to add resource support - I didn't need it, so I didn't add it.

@vslavik
Copy link
Owner Author

vslavik commented May 29, 2014

Any chance of talking you into making a PR to integrate it directly with WinSparkle (and under the same license)?

@bagnz0r
Copy link

bagnz0r commented May 29, 2014

Whenever I'm bored - sure.
Add me on gtalk: [email protected]

@PrinceNebulon
Copy link

PR #54 has been submitted for this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants