diff --git a/DecompilerNuGetDemos.workbook b/DecompilerNuGetDemos.workbook
index 58900f684..deefab20c 100644
--- a/DecompilerNuGetDemos.workbook
+++ b/DecompilerNuGetDemos.workbook
@@ -6,7 +6,7 @@ platforms:
- DotNetCore
packages:
- id: ICSharpCode.Decompiler
- version: 6.2.0.6118-preview2
+ version: 6.2.0.6124
---
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 d82779869..b28f0d507 100644
--- a/ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj
+++ b/ICSharpCode.Decompiler.Console/ICSharpCode.Decompiler.Console.csproj
@@ -8,7 +8,7 @@
true
ilspycmd
ilspycmd
- 6.2.0.6118-preview2
+ 6.2.0.6124
Command-line decompiler using the ILSpy decompilation engine
Copyright 2011-2020 AlphaSierraPapa
https://github.com/icsharpcode/ILSpy/
@@ -42,7 +42,7 @@
-
+
diff --git a/ICSharpCode.Decompiler.PowerShell/ICSharpCode.Decompiler.PowerShell.csproj b/ICSharpCode.Decompiler.PowerShell/ICSharpCode.Decompiler.PowerShell.csproj
index 3a3d7a33c..f6bb57e7a 100644
--- a/ICSharpCode.Decompiler.PowerShell/ICSharpCode.Decompiler.PowerShell.csproj
+++ b/ICSharpCode.Decompiler.PowerShell/ICSharpCode.Decompiler.PowerShell.csproj
@@ -17,7 +17,7 @@
-
+
diff --git a/ILSpy/Properties/AssemblyInfo.template.cs b/ILSpy/Properties/AssemblyInfo.template.cs
index 4c240f9ee..e8a9aa640 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 = "6";
- public const string Minor = "2";
+ public const string Minor = "3";
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$";
}