This is part of the Fake.DotNet.AssemblyInfoFile module.

AssemblyInfo

Nested types and modules

TypeDescription
Attribute

Represents AssemblyInfo attributes

Functions and values

Function or valueDescription
AssemblyInfo.BoolAttribute(...)
Signature: (name:string * value:bool * inNamespace:string) -> Attribute

Creates a simple attribute with boolean values. Used as base for other attributes

AssemblyInfo.CLSCompliant(value)
Signature: value:bool -> Attribute

Creates an attribute which specifies if the assembly is CLS compliant

AssemblyInfo.Company(value)
Signature: value:string -> Attribute

Creates an attribute which holds the company information

AssemblyInfo.ComVisible(value)
Signature: value:bool -> Attribute

Creates an attribute which specifies if the assembly is visible via COM

AssemblyInfo.Configuration(value)
Signature: value:string -> Attribute

Creates an attribute which holds the assembly configuration

AssemblyInfo.Copyright(value)
Signature: value:string -> Attribute

Creates an attribute which holds the copyright information

AssemblyInfo.Culture(value)
Signature: value:string -> Attribute

Creates an attribute which holds the assembly culture information

AssemblyInfo.DelaySign(value)
Signature: value:bool -> Attribute

Creates an attribute which specifies if the assembly uses delayed signing

AssemblyInfo.Description(value)
Signature: value:string -> Attribute

Creates an attribute which holds the product description

AssemblyInfo.FileVersion(value)
Signature: value:string -> Attribute

Creates an attribute which holds the assembly file version

AssemblyInfo.Guid(value)
Signature: value:string -> Attribute

Creates an attribute which holds the Guid

AssemblyInfo.InformationalVersion(value)
Signature: value:string -> Attribute

Creates an attribute which holds an assembly information version

AssemblyInfo.InternalsVisibleTo(value)
Signature: value:string -> Attribute

Creates an attribute which holds the "InternalVisibleTo" data

AssemblyInfo.KeyFile(value)
Signature: value:string -> Attribute

Creates an attribute which holds the assembly key file

AssemblyInfo.KeyName(value)
Signature: value:string -> Attribute

Creates an attribute which holds the assembly key name

AssemblyInfo.Metadata(name, value)
Signature: (name:string * value:string) -> Attribute

Create an attribute which specifies metadata about the assembly

AssemblyInfo.Product(value)
Signature: value:string -> Attribute

Creates an attribute which holds the product name

AssemblyInfo.StringAttribute(...)
Signature: (name:string * value:string * inNamespace:string) -> Attribute
AssemblyInfo.StringAttributeEx(...)
Signature: (name:string * value:string * inNamespace:string * staticName:string * staticValue:string) -> Attribute
Attributes:
[<Obsolete("Please use 'StringAttributeWithStatic' instead")>]
OBSOLETE

Please use 'StringAttributeWithStatic' instead

AssemblyInfo.StringAttributeWithStatic(...)
Signature: (name:string * value:string * inNamespace:string * staticName:string * staticValue:string) -> Attribute

Creates a simple attribute with string values. Used as base for other attributes

AssemblyInfo.Title(value)
Signature: value:string -> Attribute

Creates an attribute which holds the product title

AssemblyInfo.Trademark(value)
Signature: value:string -> Attribute

Creates an attribute which holds the trademark

AssemblyInfo.Version(value)
Signature: value:string -> Attribute

Creates an attribute which holds the assembly version