From 1f528befdefe5d3579e67a17baaabe79748624c2 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Wed, 16 Oct 2024 18:54:31 +0200 Subject: [PATCH] NuGet updates October 2024 --- Directory.Packages.props | 12 ++++++------ .../Properties/DecompilerVersionInfo.template.cs | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index bcedfd1c10..02ecbcfbec 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -12,7 +12,7 @@ - + @@ -22,27 +22,27 @@ - - + + - + - + - + diff --git a/ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs b/ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs index 6d29f56fb6..947188ef11 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 = "preview2"; + public const string VersionName = "preview3"; public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$"; public const string FullVersionWithShortCommitHash = FullVersion + "+$INSERTSHORTCOMMITHASH$";