marceldev89 / BattleNET

BattlEye Protocol Library and Client
GNU Lesser General Public License v3.0
76 stars 44 forks source link

Added files to handle creating and pushing a NuGet package. #36

Closed JonBons closed 10 years ago

JonBons commented 10 years ago

You just need to create an account on nuget (https://www.nuget.org/users/account/LogOn) and run the DeployToNuget.bat file and input your account api key and it should push it out to nuget.

marceldev89 commented 10 years ago

Alright, sounds cool. I'll take a further look at it later today. :+1:

marceldev89 commented 10 years ago

Alright, the package should be up @ https://www.nuget.org/packages/BattleNET/.

I decided to do the "work" myself but thank you for the suggestion and pointers for the config stuff. :+1:

JonBons commented 10 years ago

Awesome, thanks! This will make integrating BattleNET into projects a lot easier for people who've never dealt with references and all that as well as keep things organized.