From a9da0a9e13ef5c3ecef9856b3a46c26a5ec01c70 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Tue, 27 Mar 2018 18:36:22 +0200 Subject: [PATCH] set VersionName = 'rc' --- ILSpy/Properties/AssemblyInfo.template.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ILSpy/Properties/AssemblyInfo.template.cs b/ILSpy/Properties/AssemblyInfo.template.cs index fe6f886e94..181ddd5e43 100644 --- a/ILSpy/Properties/AssemblyInfo.template.cs +++ b/ILSpy/Properties/AssemblyInfo.template.cs @@ -42,7 +42,7 @@ internal static class RevisionClass public const string Minor = "1"; public const string Build = "0"; public const string Revision = "$INSERTREVISION$"; - public const string VersionName = "beta2"; + public const string VersionName = "rc"; public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$"; }