blish-hud / Community-Module-Pack

MIT License
5 stars 25 forks source link

Use Nuget packages #112

Closed Mikayex closed 2 years ago

Mikayex commented 2 years ago

Use the Blish 0.7.0 nuget package instead of using a relative path to Blish compiled exe. Otherwise I couldn't compile against Blish dev branch because of missing packages or mismatched dependency versions.

Mikayex commented 2 years ago

@dlamkins How should I handle the Discord Rich Presence Module since it's already made in #111 (but against blish 0.10 instead of 0.7 as I'm doing here)?

dlamkins commented 2 years ago

Let's just use 0.7.0 (even for Discord) and then I'll handle any merge issues or what have you from that other PR.

That'll keep them compatible with the most versions since most of them don't have a need for the latest prerelease changes (and are unaffected so still compatible).