- Namespace
-
GitVersion
.VersionConverters .AssemblyInfo - Interfaces
- Base Types
-
- object
- ValueType
graph BT Type-->Base0["ValueType"]
Base0-->Base1["object"]
Type-.->Interface0["IConverterContext"] click Interface0
"/api/GitVersion.VersionConverters/IConverterContext"
Type["AssemblyInfoContext"] class Type type-node
Syntax
public readonly struct AssemblyInfoContext : ValueType, IConverterContext
Constructors
| Name | Summary |
|---|---|
|
AssemblyInfoContext |
Properties
| Name | Value | Summary |
|---|---|---|
| AssemblyInfoFiles | string[] | |
| EnsureAssemblyInfo | bool | |
| WorkingDirectory | string |
Extension Methods
| Name | Value | Summary |
|---|---|---|
|
GetProperties |
IEnumerable |
From
ObjectExtensions
|