morphx666/CoreAudio

NuGet Package?

uxsoft opened this issue · 5 comments

Hi,
It would be useful to have this published as a NuGet package. Let me know if you want help setting up GitHub actions to auto-publish the NuGet package for every commit or something.

Yes, that'd be awesome. I have never published a NuGet pkg, so if you have the know-how, please go ahead.
And just let me know if you need anything from me.

Thanks for the swift response!

I created a pull request with the automation. When testing I created this NuGet package: https://www.nuget.org/packages/CoreAudio/

To get it working in your repository you'll need a NuGet API key set up as a secret in the GitHub repository settings. To get this API key please go to nuget.org and log in. Create the API key and specify the package name and tell me your username so I can transfer the ownership of the existing package to you.

Let me add a few screenshots for you here...

Screenshot 2021-08-30 at 20 05 05

Screenshot 2021-08-30 at 20 05 23

Screenshot 2021-08-30 at 20 06 32

I think I was able to follow all your instructions.
My username at nuget.org is xfx
image

Added.

Screenshot 2021-08-31 at 8 17 51

Let me raise a PR with some simple change to see if it works

Thanks for your help!