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

Make NuGet packing easier. #6

Merged
merged 2 commits into from Dec 11, 2014
Merged

Make NuGet packing easier. #6

merged 2 commits into from Dec 11, 2014

Conversation

jamiehumphries
Copy link
Contributor

This set up is what I use on my projects to make NuGet packaging easier. Run the NuGetPack.bat file, pick a version number and it should just work. You will need to have msbuild on your PATH.

@killnine
Copy link
Owner

Super rad

On Dec 10, 2014, at 6:24 AM, Jamie Humphries notifications@github.com wrote:

This set up is what I use on my projects to make NuGet packaging easier. Run the NuGetPack.bat file, pick a version number and it should just work. You will need to have msbuild on your PATH for it to work.

You can merge this Pull Request by running

git pull https://github.com/jamiehumphries/HubConnectionManager nuget-packing
Or view, comment on, or merge it at:

#6

Commit Summary

Enable NuGet package restore.
Add easy NuGet packing.
File Changes

M .gitignore (3)
A .nuget/NuGet.Config (6)
A .nuget/NuGet.exe (0)
A .nuget/NuGet.targets (144)
M HubConnectionManager.sln (9)
M HubConnectionManager/HubConnectionManager.csproj (9)
A NuGetPack.bat (7)
M SignalR.Client/SignalR.Client.csproj (9)
M SignalR.Server/SignalR.Server.csproj (9)
A nuget-pack/.gitignore (1)
A nuget-pack/HubConnectionManager.nuspec (20)
Patch Links:

https://github.com/killnine/HubConnectionManager/pull/6.patch
https://github.com/killnine/HubConnectionManager/pull/6.diff

Reply to this email directly or view it on GitHub.

killnine added a commit that referenced this pull request Dec 11, 2014
@killnine killnine merged commit 2d9396d into killnine:master Dec 11, 2014
@jamiehumphries jamiehumphries deleted the nuget-packing branch December 17, 2014 12:02
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

2 participants