From ff944ca1f6093d003a6ffa1c2de7b4848fa1f10c Mon Sep 17 00:00:00 2001 From: Sergey Odinokov Date: Tue, 20 Aug 2024 10:10:24 +0700 Subject: [PATCH] Bump version to 0.4.4 and add release notes --- appveyor.yml | 2 +- nuspecs/stdump.nuspec | 3 +++ src/SharedAssemblyInfo.cs | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index d57d6ac..a85a31c 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,7 +11,7 @@ #---------------------------------# # Please don't edit it manually, use the `build.bat version` command instead. -version: 0.4.3-build-0{build} +version: 0.4.4-build-0{build} image: Visual Studio 2022 diff --git a/nuspecs/stdump.nuspec b/nuspecs/stdump.nuspec index f8ed8b3..94dbd17 100644 --- a/nuspecs/stdump.nuspec +++ b/nuspecs/stdump.nuspec @@ -16,6 +16,9 @@ diagnostics stacktrace minidump process clrmd https://github.com/HangfireIO/stdump/releases +0.4.4 +• Changed – Merge the 'System.ValueTuple' assembly into the executable files. + 0.4.3 • Changed – Merge 'System.Runtime.InteropServices.RuntimeInformation' assembly into executable files. diff --git a/src/SharedAssemblyInfo.cs b/src/SharedAssemblyInfo.cs index 825fbb7..2f2ce2f 100644 --- a/src/SharedAssemblyInfo.cs +++ b/src/SharedAssemblyInfo.cs @@ -11,4 +11,4 @@ [assembly: CLSCompliant(false)] // Please don't edit it manually, use the `build.bat version` command instead. -[assembly: AssemblyVersion("0.4.3")] +[assembly: AssemblyVersion("0.4.4")]