Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check here if exists in a module.
More information regarding the migration can be found here
OBSOLETE
Use Fake.DotNet.NuGet.NuGet instead
NuSpecPackage
NuSpec metadata type
Record Fields
Record Field | Description |
Authors
Signature: string
|
|
Created
Signature: DateTime
|
|
Description
Signature: string
|
|
Id
Signature: string
|
|
IsLatestVersion
Signature: bool
|
|
Language
Signature: string
|
|
LicenseUrl
Signature: string
|
|
Owners
Signature: string
|
|
PackageHash
Signature: string
|
|
PackageHashAlgorithm
Signature: string
|
|
ProjectUrl
Signature: string
|
|
Published
Signature: DateTime
|
|
ReleaseNotes
Signature: string
|
|
RequireLicenseAcceptance
Signature: bool
|
|
Tags
Signature: string
|
|
Url
Signature: string
|
|
Version
Signature: string
|
Instance members
Instance member | Description |
x.DirectoryName
Signature: string
|
|
x.FileName
Signature: string
|
|
x.Name
Signature: string
|