Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NuGet Support #9

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

NuGet Support #9

wants to merge 2 commits into from

Conversation

blachniet
Copy link

I have added a nuspec file for generating a NuGet package to be submitted to http://nuget.org. To create the package:

  1. Ensure NuGet.exe is in your path
  2. Build the project with the Release configuration
  3. Open cmd to the csproj directory
  4. Execute the following command to create a NuGet Package: nuget.exe pack -Properties Configuration=Release
  5. Upload the output .nupkg to http://nuget.org.

These changes resolve issue #7

@ToddMiller1 ToddMiller1 mentioned this pull request Sep 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant