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

NugetPackageInfo Type

NuGet package information

Record fields

Record Field Description

Authors

Full Usage: Authors

Field type: string

A comma-separated list of packages authors, matching the profile names on nuget.org.

Field type: string

Description

Full Usage: Description

Field type: string

The package description

Field type: string

Id

Full Usage: Id

Field type: string

The case-insensitive package identifier

Field type: string

IsLatestVersion

Full Usage: IsLatestVersion

Field type: bool

Holds if the package is the latest version published or not

Field type: bool

LicenseUrl

Full Usage: LicenseUrl

Field type: string

package license URL

Field type: string

Owners

Full Usage: Owners

Field type: string

A comma-separated list of the package creators using profile names on nuget.org.

Field type: string

ProjectUrl

Full Usage: ProjectUrl

Field type: string

The package project URL

Field type: string

Summary

Full Usage: Summary

Field type: string

The package summary notes

Field type: string

Tags

Full Usage: Tags

Field type: string

tags referencing the package

Field type: string

Title

Full Usage: Title

Field type: string

The package title

Field type: string

Version

Full Usage: Version

Field type: string

The version of the package, following the major.minor.patch pattern. Version numbers may include a pre-release suffix

Field type: string