Skip to content

Commit

Permalink
Bump version to 0.4.2 and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Aug 19, 2024
1 parent 32c2eed commit 1a92039
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#---------------------------------#

# Please don't edit it manually, use the `build.bat version` command instead.
version: 0.4.1-build-0{build}
version: 0.4.2-build-0{build}

image: Visual Studio 2022

Expand Down
4 changes: 4 additions & 0 deletions nuspecs/stdump.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
<tags>diagnostics stacktrace minidump process clrmd</tags>
<releaseNotes>https://github.com/HangfireIO/stdump/releases

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.

0.4.1
• Changed – Downgrade `Microsoft.Diagnostics.Runtime` for `net471` platform to version 2.0.226801.
• Fixed – `TypeLoadException` when examining stacks with `stdump.exe` or `stdump-x86.exe` files.
Expand Down
2 changes: 1 addition & 1 deletion src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
[assembly: CLSCompliant(false)]

// Please don't edit it manually, use the `build.bat version` command instead.
[assembly: AssemblyVersion("0.4.1")]
[assembly: AssemblyVersion("0.4.2")]

0 comments on commit 1a92039

Please sign in to comment.