VersionWriter Class

Namespace
GitVersion
Interfaces
Base Types
  • object
graph BT Type-->Base0["object"] Type-.->Interface0["IVersionWriter"] click Interface0 "/api/GitVersion/IVersionWriter" Type["VersionWriter"] class Type type-node

Syntax

public class VersionWriter : IVersionWriter

Constructors

Methods

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

Extension Methods

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