GitVersionSettings.

EnsureAssemblyInfo Property

Summary

Gets or sets a value indicating whether if the assembly info file specified with /updateassemblyinfo or /updateassemblyinfofilename is not found, it be created with these attributes: AssemblyFileVersion, AssemblyVersion and AssemblyInformationalVersion.

Syntax

public bool EnsureAssemblyInfo { get; set; }

Remarks

Supports writing version info for: C#, F#, VB.

Value

Type Description
bool