2 writes to ShortVersionGetter
rzc (2)
Application.cs (1)
32ShortVersionGetter = GetInformationalVersion;
CommandLine\CommandLineApplication.cs (1)
407ShortVersionGetter = shortFormVersionGetter;
2 references to ShortVersionGetter
rzc (2)
CommandLine\CommandLineApplication.cs (2)
554return ShortVersionGetter == null ? FullName : string.Format(CultureInfo.InvariantCulture, "{0} {1}", FullName, ShortVersionGetter());