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