Summary
Contains settings used by
AssemblyInfoCreator
.
- Namespace
- Cake
.Common .Solution .Project .Properties - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["AssemblyInfoSettings"]
class Type type-node
Syntax
public sealed class AssemblyInfoSettings
Properties
Name | Value | Summary |
---|---|---|
CLSCompliant | bool? |
Gets or sets whether or not the assembly is CLS compliant.
|
Company | string |
Gets or sets the company.
|
ComVisible | bool? |
Gets or sets whether or not the assembly is COM visible.
|
Configuration | string |
Gets or sets the configuration of the assembly.
|
Copyright | string |
Gets or sets the copyright.
|
CustomAttributes | ICollection |
Gets or sets the custom attribute(s) that should be added to the assembly info file.
|
Description | string |
Gets or sets the description.
|
FileVersion | string |
Gets or sets the file version.
|
Guid | string |
Gets or sets the unique identifier.
|
InformationalVersion | string |
Gets or sets the informational version.
|
InternalsVisibleTo | ICollection |
Gets or sets the name(s) of the assembly(s) that internals should be visible to.
|
MetaDataAttributes | ICollection |
Gets or sets the meta data attribute(s) that should be added to the assembly info file.
|
Product | string |
Gets or sets the product.
|
Title | string |
Gets or sets the title.
|
Trademark | string |
Gets or sets the trademark.
|
Version | string |
Gets or sets the version.
|
Extension Methods
Name | Value | Summary |
---|---|---|
AddCustomAttribute |
AssemblyInfoSettings |
Adds a custom attribute to the AssemblyInfo settings.
|
AddMetadataAttribute |
AssemblyInfoSettings |
Adds a meta data attribute to the AssemblyInfo settings.
|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|