Skip to content

Commit

Permalink
Fix DecompilerVersionInfo.template.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
siegfriedpammer committed Sep 20, 2024
1 parent 46cac0f commit bf2cf93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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$";
}

0 comments on commit bf2cf93

Please sign in to comment.