Browse Source

Next version will be 6.2-preview1

pull/2113/head
Christoph Wille 5 years ago committed by GitHub
parent
commit
eb76ff4090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ILSpy/Properties/AssemblyInfo.template.cs

4
ILSpy/Properties/AssemblyInfo.template.cs

@ -37,10 +37,10 @@ using System.Diagnostics.CodeAnalysis; @@ -37,10 +37,10 @@ using System.Diagnostics.CodeAnalysis;
internal static class RevisionClass
{
public const string Major = "6";
public const string Minor = "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 = "preview1";
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
}

Loading…
Cancel
Save