NuGet

from zero to done

in no time

agenda

Phil Haack

@haacked

http://haacked.com/

Scratch an itch!

Share Code!

NuGet

/noo gĕt/

DEMOS

Semantic Versioning

http://semver.org/

Major.

Contains breaking changes.

Minor.

No breaking changes. New features.

Patch

Only bug fixes.

-beta

prelease version.

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

1.0.1

10 million package downloads

6,000 unique packages

stats.nuget.org

Open Source

Client:
http://nuget.codeplex.com/

Server:
http://github.com/nuget/nugetgallery

for more reading...