From 19292c5db265f0741d419579453ba256a78595af Mon Sep 17 00:00:00 2001 From: Jeffrey Ye Date: Sun, 25 Apr 2021 15:50:34 -0700 Subject: [PATCH] rc --- ILSpy.Core/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ILSpy.Core/Properties/AssemblyInfo.cs b/ILSpy.Core/Properties/AssemblyInfo.cs index d806431..1c7c717 100644 --- a/ILSpy.Core/Properties/AssemblyInfo.cs +++ b/ILSpy.Core/Properties/AssemblyInfo.cs @@ -39,7 +39,7 @@ internal static class RevisionClass public const string Minor = "0"; public const string Build = "1"; public const string Revision = "1"; - public const string VersionName = "preview"; + public const string VersionName = "rc"; public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision + "." + VersionName; }