diff --git a/appveyor.yml b/appveyor.yml index d5e615c..d57d6ac 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.2-build-0{build} +version: 0.4.3-build-0{build} image: Visual Studio 2022 diff --git a/nuspecs/stdump.nuspec b/nuspecs/stdump.nuspec index 5d720cf..f8ed8b3 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.3 +• Changed – Merge 'System.Runtime.InteropServices.RuntimeInformation' assembly into executable files. + 0.4.2 • Changed – Downgrade .NET Framework requirement to 4.6.1 for `stdump.exe` and `stdump-x86.exe`. • Fixed – Could not find file or assembly 'System.Runtime.InteropServices.RuntimeInformation' error. diff --git a/src/SharedAssemblyInfo.cs b/src/SharedAssemblyInfo.cs index b5c3b74..825fbb7 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.2")] +[assembly: AssemblyVersion("0.4.3")]