From f996283233cc51574ec581d5ab59371017d57efa Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Sun, 2 Jun 2024 07:15:05 +0200 Subject: [PATCH] Update NuGet packages --- Directory.Packages.props | 6 +++--- .../Properties/DecompilerVersionInfo.template.cs | 2 +- ILSpy.Installer/ILSpy.Installer.csproj | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index af214e6a67..15f1659216 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -22,11 +22,11 @@ - + - + @@ -34,7 +34,7 @@ - + diff --git a/ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs b/ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs index 5472ee6d0b..ee12ad9b8e 100644 --- a/ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs +++ b/ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs @@ -4,7 +4,7 @@ public const string Minor = "0"; public const string Build = "0"; public const string Revision = "$INSERTREVISION$"; - public const string VersionName = "preview1"; + public const string VersionName = "preview2"; public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$"; public const string FullVersionWithShortCommitHash = FullVersion + "-$INSERTSHORTCOMMITHASH$"; diff --git a/ILSpy.Installer/ILSpy.Installer.csproj b/ILSpy.Installer/ILSpy.Installer.csproj index d5cab6a357..6edfaab496 100644 --- a/ILSpy.Installer/ILSpy.Installer.csproj +++ b/ILSpy.Installer/ILSpy.Installer.csproj @@ -15,7 +15,7 @@ - +