|
|
|
@ -6,7 +6,7 @@
@@ -6,7 +6,7 @@
|
|
|
|
|
public const string Revision = "$INSERTREVISION$"; |
|
|
|
|
public const string VersionName = "preview2"; |
|
|
|
|
|
|
|
|
|
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX
|
|
|
|
|
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$"; |
|
|
|
|
public const string FullVersionWithShortCommitHash = FullVersion + "+$INSERTSHORTCOMMITHASH$"; |
|
|
|
|
public const string FullVersionWithCommitHash = FullVersion + "+$INSERTCOMMITHASH$"; |
|
|
|
|
} |
|
|
|
|