PaketTemplateParams Type
Contains the different parameters to create a paket.template file
Record fields
Record Field | Description |
Full Usage:
Authors
Field type: string list
|
a list of authors for the nuget package.
If omitted, `paket`will use reflection to obtain the value of the
|
Full Usage:
Copyright
Field type: string option
|
|
|
|
Full Usage:
Description
Field type: string list
|
The package description
If omitted, `paket` will use reflection to obtain the value of the
|
Full Usage:
DevelopmentDependency
Field type: bool option
|
|
Full Usage:
ExcludedDependencies
Field type: string list
|
|
|
|
Full Usage:
FrameworkAssemblies
Field type: string list
|
A list of referenced framework assemblies if omitted all used Framework assemblies will be used by `paket`
|
Full Usage:
IconUrl
Field type: string option
|
|
Full Usage:
Id
Field type: string option
|
|
Full Usage:
IncludePDBs
Field type: bool option
|
With the
|
Full Usage:
Language
Field type: string option
|
|
Full Usage:
LicenseUrl
Field type: string option
|
|
Full Usage:
Owners
Field type: string list
|
|
Full Usage:
ProjectUrl
Field type: string option
|
|
Full Usage:
References
Field type: string list
|
|
Full Usage:
ReleaseNotes
Field type: string list
|
|
Full Usage:
RequireLicenseAcceptance
Field type: bool option
|
If set to
|
Full Usage:
Summary
Field type: string list
|
|
Full Usage:
Tags
Field type: string list
|
|
Full Usage:
TemplateFilePath
Field type: string option
|
The file path to the
|
|
|
Full Usage:
Title
Field type: string option
|
The title of the package
If omitted, `paket` will use reflection to obtain the value of the
|
Full Usage:
Version
Field type: string option
|
The package version.
If omitted, `paket` will use reflection to obtain the value of the
|