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

PaketTemplateParams Type

Contains the different parameters to create a paket.template file

Record fields

Record Field Description

Authors

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 AssemblyCompanyAttribute.

Field type: string list

Copyright

Full Usage: Copyright

Field type: string option

the copyright information

Field type: string option

Dependencies

Full Usage: Dependencies

Field type: PaketDependency list

A list of dependencies to other packages

Field type: PaketDependency list

Description

Full Usage: Description

Field type: string list

The package description If omitted, `paket` will use reflection to obtain the value of the AssemblyDescriptionAttribute.

Field type: string list

DevelopmentDependency

Full Usage: DevelopmentDependency

Field type: bool option

If set to true this will tell nuget/paket that this is a development dependency

Field type: bool option

ExcludedDependencies

Full Usage: ExcludedDependencies

Field type: string list

A list of excluded dependencies

Field type: string list

Files

Full Usage: Files

Field type: PaketFileInfo list

The included or excluded files (use this if the TemplateType is File)

Field type: PaketFileInfo list

FrameworkAssemblies

Full Usage: FrameworkAssemblies

Field type: string list

A list of referenced framework assemblies if omitted all used Framework assemblies will be used by `paket`

Field type: string list

IconUrl

Full Usage: IconUrl

Field type: string option

URL to an icon

Field type: string option

Id

Full Usage: Id

Field type: string option

The NuGet Package ID If omitted, `paket` will use reflection to determine the assembly name.

Field type: string option

IncludePDBs

Full Usage: IncludePDBs

Field type: bool option

With the IncludePDBs switch you can tell `paket` to pack pdbs into the package. this only works for paket.template files of type 'Project'.

Field type: bool option

Language

Full Usage: Language

Field type: string option

The package language

Field type: string option

LicenseUrl

Full Usage: LicenseUrl

Field type: string option

URL to the license of the package

Field type: string option

Owners

Full Usage: Owners

Field type: string list

A list of package owners

Field type: string list

ProjectUrl

Full Usage: ProjectUrl

Field type: string option

URL to the where the project of the package is hosted

Field type: string option

References

Full Usage: References

Field type: string list

A list of references

Field type: string list

ReleaseNotes

Full Usage: ReleaseNotes

Field type: string list

the release notes (line by line)

Field type: string list

RequireLicenseAcceptance

Full Usage: RequireLicenseAcceptance

Field type: bool option

If set to true this will tell nuget/paket to prompt the user for the acceptance of the provided license

Field type: bool option

Summary

Full Usage: Summary

Field type: string list

a short summary (line by line)

Field type: string list

Tags

Full Usage: Tags

Field type: string list

a list of tags

Field type: string list

TemplateFilePath

Full Usage: TemplateFilePath

Field type: string option

The file path to the paket.template file if omitted, a paket.template file will be created in the current directory

Field type: string option

TemplateType

Full Usage: TemplateType

Field type: PaketTemplateType

The type of the template (`File` or `Project`)

Field type: PaketTemplateType

Title

Full Usage: Title

Field type: string option

The title of the package If omitted, `paket` will use reflection to obtain the value of the AssemblyTitleAttribute.

Field type: string option

Version

Full Usage: Version

Field type: string option

The package version. If omitted, `paket` will use reflection to obtain the value of the AssemblyInformationalVersionAttribute or if that is missing the `AssemblyVersionAttribute`.

Field type: string option