Browse Source

Set version number to 6.2.1

release/6.2
Siegfried Pammer 5 years ago
parent
commit
12668300f6
  1. 6
      ILSpy/Properties/AssemblyInfo.template.cs

6
ILSpy/Properties/AssemblyInfo.template.cs

@ -37,10 +37,10 @@ using System.Runtime.InteropServices; @@ -37,10 +37,10 @@ using System.Runtime.InteropServices;
internal static class RevisionClass
{
public const string Major = "6";
public const string Minor = "3";
public const string Build = "0";
public const string Minor = "2";
public const string Build = "1";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = "preview1";
public const string VersionName = null;
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
}

Loading…
Cancel
Save