From eb76ff4090c7e05be257fe96d27e0984182bb341 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Mon, 17 Aug 2020 09:12:55 +0200 Subject: [PATCH] Next version will be 6.2-preview1 --- ILSpy/Properties/AssemblyInfo.template.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ILSpy/Properties/AssemblyInfo.template.cs b/ILSpy/Properties/AssemblyInfo.template.cs index e564bd6b8..6dd541349 100644 --- a/ILSpy/Properties/AssemblyInfo.template.cs +++ b/ILSpy/Properties/AssemblyInfo.template.cs @@ -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$"; }