Browse Source

First GH release for version 8 will be Preview1

pull/2679/head v8.0-preview1
Christoph Wille 3 years ago
parent
commit
2040570697
  1. 2
      ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs

2
ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
public const string Minor = "0";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = "alpha1";
public const string VersionName = "preview1";
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
public const string FullVersionWithShortCommitHash = FullVersion + "-$INSERTSHORTCOMMITHASH$";

Loading…
Cancel
Save