Browse Source

Set version to 6.0-alpha1

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

4
ILSpy/Properties/AssemblyInfo.template.cs

@ -35,11 +35,11 @@ using System.Diagnostics.CodeAnalysis; @@ -35,11 +35,11 @@ using System.Diagnostics.CodeAnalysis;
internal static class RevisionClass
{
public const string Major = "5";
public const string Major = "6";
public const string Minor = "0";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = null;
public const string VersionName = "alpha1";
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
}

Loading…
Cancel
Save