VersionVariables Class

Namespace
GitVersion.OutputVariables
Base Types
  • IEnumerable<KeyValuePair<string, string>>
graph BT Type-->Base0["IEnumerable<KeyValuePair<string, string>>"] Type["VersionVariables"] class Type type-node

Syntax

public class VersionVariables : IEnumerable<KeyValuePair<string, string>>

Constructors

Properties

Methods

Name Value Summary
FromFile(string, IFileSystem) VersionVariables
static
FromJson(string) VersionVariables
static
GetEnumerator() IEnumerator<KeyValuePair<string, string>>
ToString() string
TryGetValue(string, string) bool

Extension Methods

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