Browse Source

Set version to 8.0.0-alpha1

pull/2636/head
Siegfried Pammer 4 years ago
parent
commit
d91732f82a
  1. 6
      ILSpy/Properties/AssemblyInfo.template.cs

6
ILSpy/Properties/AssemblyInfo.template.cs

@ -36,11 +36,11 @@ using System.Runtime.InteropServices; @@ -36,11 +36,11 @@ using System.Runtime.InteropServices;
internal static class RevisionClass
{
public const string Major = "7";
public const string Minor = "2";
public const string Major = "8";
public const string Minor = "0";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = "preview4";
public const string VersionName = "alpha1";
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
}

Loading…
Cancel
Save