jarikomppa / soloud

Free, easy, portable audio engine for games
http://soloud-audio.com
Other
1.76k stars 275 forks source link

Suggestion: Put C# Binding on NuGet #329

Open HumanGamer opened 3 years ago

HumanGamer commented 3 years ago

I think it would be a good idea to put the C# binding on NuGet to make it really quick and easy for C# developers to use this.

I could probably put it on myself, but then it would be under my name instead of whoever it should be; and I would be in charge of updating it, which I don't really want to deal with.

Would it be possible to have it on NuGet?

Thanks.

jarikomppa commented 2 years ago

I have nothing against someone doing this, but like you, I don't want the responsibility of updating it.

HumanGamer commented 2 years ago

Ah I see. Good to know.

TheBoneJarmer commented 2 years ago

I do not know if it is possible within GitHub's CICD tooling. But one could consider automating the process of updating the NuGet package on each release. Not sure how to do it in detail though.