From 9de7590c71692e3041a88d67492ddc7cf73c54d3 Mon Sep 17 00:00:00 2001 From: Sergey Odinokov Date: Fri, 20 Sep 2024 10:29:58 +0700 Subject: [PATCH] Bump version to 0.4.5 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 a85a31c..e1603d0 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.4-build-0{build} +version: 0.4.5-build-0{build} image: Visual Studio 2022 diff --git a/nuspecs/stdump.nuspec b/nuspecs/stdump.nuspec index 94dbd17..2b11559 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.5 +• Fixed – Merge the 'System.Numerics.Vectors' assembly into the executable files to avoid errors. + 0.4.4 • Changed – Merge the 'System.ValueTuple' assembly into the executable files. diff --git a/src/SharedAssemblyInfo.cs b/src/SharedAssemblyInfo.cs index 2f2ce2f..336ec49 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.4")] +[assembly: AssemblyVersion("0.4.5")]