From 8accd16c09ea1baead2f5ab6ff1e2a30cabf77ae Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Sun, 13 Feb 2022 09:47:38 +0100 Subject: [PATCH] Update to https://github.com/Dirkster99/AvalonDock/releases/tag/v4.70.0 for a11y fix https://github.com/Dirkster99/AvalonDock/pull/324 --- ILSpy/ILSpy.csproj | 2 +- ILSpy/Properties/AssemblyInfo.template.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ILSpy/ILSpy.csproj b/ILSpy/ILSpy.csproj index 8b35c010a..33dbd0a05 100644 --- a/ILSpy/ILSpy.csproj +++ b/ILSpy/ILSpy.csproj @@ -46,7 +46,7 @@ - + diff --git a/ILSpy/Properties/AssemblyInfo.template.cs b/ILSpy/Properties/AssemblyInfo.template.cs index 05d4ed568..9710f0408 100644 --- a/ILSpy/Properties/AssemblyInfo.template.cs +++ b/ILSpy/Properties/AssemblyInfo.template.cs @@ -40,7 +40,7 @@ internal static class RevisionClass public const string Minor = "2"; public const string Build = "0"; public const string Revision = "$INSERTREVISION$"; - public const string VersionName = "preview4"; + public const string VersionName = "rc"; public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$"; }