IVersionWriter Interface

Namespace
GitVersion
Implementing Types

Syntax

public interface IVersionWriter

Methods

Name Value Summary
Write(Assembly) void
WriteTo(Assembly, Action<string>) void

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
NotNull<IVersionWriter>(string) T
GitHub