PaketTemplateParams
Contains the different parameters to create a paket.template file
Record Fields
Record Field | Description |
Authors
Signature: string list
|
![]() ![]() a list of authors for the nuget package.
If omitted, |
Copyright
Signature: string option
|
![]() ![]() the copyright information |
Dependencies
Signature: PaketDependency list
|
![]() ![]() A list of dependencies to other packages |
Description
Signature: string list
|
![]() ![]() The package description
If omitted, |
DevelopmentDependency
Signature: bool option
|
![]() ![]() If set to |
ExcludedDependencies
Signature: string list
|
![]() ![]() A list of excluded dependencies |
Files
Signature: PaketFileInfo list
|
![]() ![]() The included or excluded files (use this if the |
FrameworkAssemblies
Signature: string list
|
![]() ![]() A list of referenced framework assemblies
if omitted all used Framework assemblies will be used by |
IconUrl
Signature: string option
|
![]() ![]() URL to an icon |
Id
Signature: string option
|
![]() ![]() The NuGet Package ID
If omitted, |
IncludePDBs
Signature: bool option
|
![]() ![]() With the |
Language
Signature: string option
|
![]() ![]() The package language |
LicenseUrl
Signature: string option
|
![]() ![]() URL to the license of the package |
Owners
Signature: string list
|
![]() ![]() A list of package owners |
ProjectUrl
Signature: string option
|
![]() ![]() URL to the where the project of the package is hosted |
References
Signature: string list
|
![]() ![]() A list of references |
ReleaseNotes
Signature: string list
|
![]() ![]() the release notes (line by line) |
RequireLicenseAcceptance
Signature: bool option
|
![]() ![]() If set to |
Summary
Signature: string list
|
![]() ![]() a short summary (line by line) |
Tags
Signature: string list
|
![]() ![]() a list of tags |
TemplateFilePath
Signature: string option
|
![]() ![]() The file path to the |
TemplateType
Signature: PaketTemplateType
|
![]() ![]() The type of the template ( |
Title
Signature: string option
|
![]() ![]() The title of the package
If omitted, |
Version
Signature: string option
|
![]() ![]() The package version.
If omitted, |