NuGet
from zero to done
in no time
agenda
- Brief intro to NuGet
- NuGet Internals
- Getting involved
Phil Haack
@haacked
http://haacked.com/
Scratch an itch!
Share Code!
DEMOS
Semantic Versioning
http://semver.org/
Major.Minor.Patch
Contains breaking changes.
Major.Minor..Patch
No breaking changes. New features.
Major.Minor.Patch
Only bug fixes.
2.0.0-alpha
2.0.0-beta
2.0.0-zorg
2.0.0
2.0.1
2.1.0
3.0.0
Install-Package RouteMagic
<dependency id="webactivator" version="1.0.0" />
Gallery has WebActivator:
1.0.0, 1.0.1, 1.2, 2.0
Gallery has WebActivator:
1.0.0, 1.0.1, 1.2, 2.0