Browse Source

Due to fx change next version will be major 9

pull/3120/head
Christoph Wille 2 years ago committed by GitHub
parent
commit
a25c1dba33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs

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

@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
public static class DecompilerVersionInfo
{
public const string Major = "8";
public const string Minor = "2";
public const string Major = "9";
public const string Minor = "0";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = null;
public const string VersionName = "preview1";
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
public const string FullVersionWithShortCommitHash = FullVersion + "-$INSERTSHORTCOMMITHASH$";

Loading…
Cancel
Save