Exemplo n.º 1
0
 public static bool ApplicationHasUpdate(SemanticVersion version)
 {
     return(version.SemanticToSystem() > assembly.Version);
 }