Browse Source

Set master version to 3.2.0-alpha

pull/1143/head
Siegfried Pammer 7 years ago
parent
commit
a9ecbe9d86
  1. 6
      ILSpy/Properties/AssemblyInfo.template.cs

6
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 = "1";
public const string Build = "1";
public const string Minor = "2";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = null;
public const string VersionName = "alpha";
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
}

Loading…
Cancel
Save