Пример #1
0
 public static string GetVersionSummary(this IAssemblyInfo info)
 {
     return($"Version {info.GetBestMatchingVersion()}");
 }