VersionWriter.

WriteTo(Assembly, Action<string>) Method

Namespace
GitVersion
Containing Type
VersionWriter

Syntax

public void WriteTo(Assembly assembly, Action<string> writeAction)

Parameters

Name Type Description
assembly Assembly
writeAction Action<string>

Return Value

Type Description
void
GitHub