martindevans / SupersonicSound

C# Wrapper For FMOD Studio
Other
29 stars 9 forks source link

Nuget Package #1

Closed martindevans closed 9 years ago

martindevans commented 9 years ago

I have no idea how to release a nuget package with native dependencies, investigate this and then release a nuget package.

martindevans commented 9 years ago

I forgot that I've done this before! See here for how to do it (private repo)

martindevans commented 9 years ago

Done!

HakanL commented 9 years ago

You should create a tag in Git that corresponds with the NuGet release so it's easy to know what's released

martindevans commented 9 years ago

Good idea. I'll do that for future releases :)

HakanL commented 9 years ago

If you know when you created the nuget package then you can create the tag to that git commit in the history and push it to github.

martindevans commented 9 years ago

I'm afraid I'm not certain which version is the current one :(

HakanL commented 9 years ago

Ah, no worries, maybe just release a new one soon ;)