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

NuSpecPackage Type

NuSpec metadata type Please see NuSpec reference

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

Created

Full Usage: Created

Field type: DateTime

The creation date of the package

Field type: DateTime

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

Language

Full Usage: Language

Field type: string

The package language

Field type: string

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

PackageHash

Full Usage: PackageHash

Field type: string

The unique hash of the package

Field type: string

PackageHashAlgorithm

Full Usage: PackageHashAlgorithm

Field type: string

The package hash algorithm used

Field type: string

ProjectUrl

Full Usage: ProjectUrl

Field type: string

The package project URL

Field type: string

Published

Full Usage: Published

Field type: DateTime

The published date of the package

Field type: DateTime

ReleaseNotes

Full Usage: ReleaseNotes

Field type: string

The release notes file of the package

Field type: string

RequireLicenseAcceptance

Full Usage: RequireLicenseAcceptance

Field type: bool

Mark if the package need usage acceptance before using it by license

Field type: bool

Tags

Full Usage: Tags

Field type: string

tags referencing the package

Field type: string

Url

Full Usage: Url

Field type: string

A URL for the package's home page, often shown in UI displays as well as nuget.org.

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

Instance members

Instance member Description

this.DirectoryName

Full Usage: this.DirectoryName

Returns: string
Returns: string

this.FileName

Full Usage: this.FileName

Returns: string
Returns: string

this.Name

Full Usage: this.Name

Returns: string
Returns: string