Browse Source

Set pre-release version to 3.3-alpha

pull/1213/head
Siegfried Pammer 7 years ago
parent
commit
faea7ee90d
  1. 4
      ILSpy/Properties/AssemblyInfo.template.cs

4
ILSpy/Properties/AssemblyInfo.template.cs

@ -39,10 +39,10 @@ using System.Diagnostics.CodeAnalysis; @@ -39,10 +39,10 @@ using System.Diagnostics.CodeAnalysis;
internal static class RevisionClass
{
public const string Major = "3";
public const string Minor = "2";
public const string Minor = "3";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = "rc";
public const string VersionName = "alpha";
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
}

Loading…
Cancel
Save