AssemblyInfo Module
Contains tasks to generate AssemblyInfo files for C# and F#. There is also a tutorial about the AssemblyInfo tasks available.
Types
Type | Description |
Functions and values
Function or value | Description |
Full Usage:
AssemblyInfo.BoolAttribute (name, value, inNamespace)
Parameters:
string
-
the attribute name
value : bool
-
the attribute value
inNamespace : string
-
the attribute namespace
Returns: Attribute
|
|
Full Usage:
AssemblyInfo.CLSCompliant value
Parameters:
bool
-
the CLS Compliant attribute value
Returns: Attribute
|
|
Full Usage:
AssemblyInfo.ComVisible value
Parameters:
bool
-
the COM attribute value
Returns: Attribute
|
|
Full Usage:
AssemblyInfo.Company value
Parameters:
string
-
the company attribute value
Returns: Attribute
|
|
Full Usage:
AssemblyInfo.Configuration value
Parameters:
string
-
the configuration attribute value
Returns: Attribute
|
|
Full Usage:
AssemblyInfo.Copyright value
Parameters:
string
-
the copyright attribute value
Returns: Attribute
|
|
Full Usage:
AssemblyInfo.Culture value
Parameters:
string
-
the culture attribute value
Returns: Attribute
|
|
Full Usage:
AssemblyInfo.DelaySign value
Parameters:
bool
-
the delay sign attribute value
Returns: Attribute
|
|
Full Usage:
AssemblyInfo.Description value
Parameters:
string
-
the description attribute value
Returns: Attribute
|
|
Full Usage:
AssemblyInfo.FileVersion value
Parameters:
string
-
the file version attribute value
Returns: Attribute
|
|
Full Usage:
AssemblyInfo.Guid value
Parameters:
string
-
the guid attribute value
Returns: Attribute
|
|
Full Usage:
AssemblyInfo.InformationalVersion value
Parameters:
string
-
the informational version attribute value
Returns: Attribute
|
|
Full Usage:
AssemblyInfo.InternalsVisibleTo value
Parameters:
string
-
the internals visible to attribute value
Returns: Attribute
|
|
Full Usage:
AssemblyInfo.KeyFile value
Parameters:
string
-
the key file attribute value
Returns: Attribute
|
|
Full Usage:
AssemblyInfo.KeyName value
Parameters:
string
-
the key name attribute value
Returns: Attribute
|
|
Full Usage:
AssemblyInfo.Metadata (name, value)
Parameters:
string
-
the attribute name
value : string
-
the attribute value
Returns: Attribute
|
|
Full Usage:
AssemblyInfo.Product value
Parameters:
string
-
the product attribute value
Returns: Attribute
|
|
Full Usage:
AssemblyInfo.StringAttribute (name, value, inNamespace)
Parameters:
string
-
the attribute name
value : string
-
the attribute value
inNamespace : string
-
the attribute namespace
Returns: Attribute
|
|
Full Usage:
AssemblyInfo.StringAttributeWithStatic (name, value, inNamespace, staticName, staticValue)
Parameters:
string
-
the attribute name
value : string
-
the attribute value
inNamespace : string
-
the attribute namespace
staticName : string
-
static property name
staticValue : string
-
static property value
Returns: Attribute
|
|
Full Usage:
AssemblyInfo.Title value
Parameters:
string
-
the title attribute value
Returns: Attribute
|
|
Full Usage:
AssemblyInfo.Trademark value
Parameters:
string
-
the trademark attribute value
Returns: Attribute
|
|
Full Usage:
AssemblyInfo.Version value
Parameters:
string
-
the version attribute value
Returns: Attribute
|
|