Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found
here.
If the API is already migrated you can check
here if exists in a module.
More information regarding the migration can be found
here
Represents AssemblyInfo attributes
Constructor | Description |
new(...)
Signature: (name:string * value:string * inNamespace:string * staticPropType:string) -> Attribute
|
|
new(...)
Signature: (name:string * value:string * inNamespace:string * staticPropName:string * staticPropType:string * staticPropValue:string) -> Attribute
|
|
Instance member | Description |
x.Name
Signature: string
|
|
x.Namespace
Signature: string
|
|
x.StaticPropertyName
Signature: string
|
|
x.StaticPropertyType
Signature: string
|
|
x.StaticPropertyValue
Signature: string
|
|
x.Value
Signature: string
|
|