FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

Fake.DotNet.NuGet Namespace

DotNet.NuGet namespace contains tasks to interact with NuGet registry and packages

Modules Description

Install

Contains tasks for installing NuGet packages using the nuget.exe install command.

NuGet

Contains helper functions and task which allow to inspect, create and publish NuGet packages. There is also a tutorial about nuget package creating available.

Restore

Contains tasks which allow to restore NuGet packages from a NuGet package feed like nuget.org using the nuget.exe restore command. There is also a tutorial about nuget package restore available.

Update

Contains tasks for updating NuGet packages including assembly hint paths in the project files using the nuget.exe update command.

Version

Contains types and tasks to interact with NuGet versions