Example #1
0
 public static string GetNormalizedFileVersion(this GitVersion gitVersion)
 {
     return(gitVersion.MajorMinorPatch);
 }
Example #2
0
 public static string GetNormalizedAssemblyVersion(this GitVersion gitVersion)
 {
     return($"{gitVersion.Major}.{gitVersion.Minor}.0");
 }