From 909c6245b9ee07f2abfca0cd3cf8cb9d587a5ca9 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Wed, 28 Apr 2021 18:43:15 +0200 Subject: [PATCH] Update for 7.1-p1 development --- DecompilerNuGetDemos.workbook | 2 +- .../ICSharpCode.Decompiler.Console.csproj | 6 +++--- ILSpy/Properties/AssemblyInfo.template.cs | 4 ++-- decompiler-nuget-demos.ipynb | 6 +++--- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/DecompilerNuGetDemos.workbook b/DecompilerNuGetDemos.workbook index dc0cfd7a7..24ca23077 100644 --- a/DecompilerNuGetDemos.workbook +++ b/DecompilerNuGetDemos.workbook @@ -6,7 +6,7 @@ platforms: - DotNetCore packages: - id: ICSharpCode.Decompiler - version: 7.0.0.6472-rc1 + version: 7.0.0.6488 --- Setup: load the references required to work with the decompiler diff --git a/ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj b/ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj index 73e2ce86d..f0a4060f3 100644 --- a/ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj +++ b/ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj @@ -9,7 +9,9 @@ true ilspycmd ilspycmd - 7.0.0.0-rc2 + 7.1.0.6488-preview1 + 7.1.0.0 + 7.1.0.0 Command-line decompiler using the ILSpy decompilation engine Copyright 2011-2021 AlphaSierraPapa https://github.com/icsharpcode/ILSpy/ @@ -17,8 +19,6 @@ ILSpyCmdNuGetPackageIcon.png https://github.com/icsharpcode/ILSpy/ - 7.0.0.0 - 7.0.0.0 true ILSpy Team diff --git a/ILSpy/Properties/AssemblyInfo.template.cs b/ILSpy/Properties/AssemblyInfo.template.cs index 91b9445e3..31a53e702 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 = "0"; + public const string Minor = "1"; 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$"; } diff --git a/decompiler-nuget-demos.ipynb b/decompiler-nuget-demos.ipynb index 114349c7d..95f34d276 100644 --- a/decompiler-nuget-demos.ipynb +++ b/decompiler-nuget-demos.ipynb @@ -18,19 +18,19 @@ "outputs": [ { "data": { - "text/plain": "Installed package ICSharpCode.Decompiler version 7.0.0.6472-rc1" + "text/plain": "Installed package ICSharpCode.Decompiler version 7.0.0.6488" }, "output_type": "unknown" }, { "data": { - "text/plain": "ICSharpCode.Decompiler, Version=7.0.0.6472, Culture=neutral, PublicKeyToken=d4bfe873e7598c49\r\n" + "text/plain": "ICSharpCode.Decompiler, Version=7.0.0.6488, Culture=neutral, PublicKeyToken=d4bfe873e7598c49\r\n" }, "output_type": "unknown" } ], "source": [ - "#r \"nuget: ICSharpCode.Decompiler, 7.0.0.6472-rc1\"\n", + "#r \"nuget: ICSharpCode.Decompiler, 7.0.0.6488\"\n", "\n", "using System.Reflection.Metadata;\n", "using ICSharpCode.Decompiler;\n",