From 11ec27c2bb0d6176e05011dfee695e37606394c7 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Tue, 7 Sep 2021 15:26:47 +0200 Subject: [PATCH] Set next version to 7.2-preview1 --- ILSpy.AddIn/ILSpy.AddIn.csproj | 2 +- ILSpy/Properties/AssemblyInfo.template.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ILSpy.AddIn/ILSpy.AddIn.csproj b/ILSpy.AddIn/ILSpy.AddIn.csproj index 1a849094c..af12ddabc 100644 --- a/ILSpy.AddIn/ILSpy.AddIn.csproj +++ b/ILSpy.AddIn/ILSpy.AddIn.csproj @@ -48,7 +48,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/ILSpy/Properties/AssemblyInfo.template.cs b/ILSpy/Properties/AssemblyInfo.template.cs index bd8f80726..41233bc1d 100644 --- a/ILSpy/Properties/AssemblyInfo.template.cs +++ b/ILSpy/Properties/AssemblyInfo.template.cs @@ -37,10 +37,10 @@ using System.Runtime.InteropServices; internal static class RevisionClass { public const string Major = "7"; - 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$"; }