IVersionWriter Interface

Namespace
GitVersion
Implementing Types
graph BT Type["IVersionWriter"] class Type type-node Implementing0["VersionWriter"]-.->Type click Implementing0 "/api/GitVersion/VersionWriter"

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