Releases: HangfireIO/stdump
Releases · HangfireIO/stdump
0.4.5
20 Sep 03:38
Compare
Sorry, something went wrong.
No results found
Release Notes
Fixed – Merge the 'System.Numerics.Vectors' assembly into the executable files to avoid errors.
0.4.4
20 Aug 03:26
Compare
Sorry, something went wrong.
No results found
Release Notes
Changed – Merge the 'System.ValueTuple' assembly into the executable files.
0.4.3
19 Aug 11:19
Compare
Sorry, something went wrong.
No results found
Release Notes
Changed – Merge 'System.Runtime.InteropServices.RuntimeInformation' assembly into executable files.
0.4.2
19 Aug 09:45
Compare
Sorry, something went wrong.
No results found
Release Notes
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
14 Aug 10:18
Compare
Sorry, something went wrong.
No results found
Release Notes
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.
Project – Use Install-PSResource and modern PowerShell 7 for faster CI builds.
0.4.0
04 Mar 08:34
Compare
Sorry, something went wrong.
No results found
Release Notes
Added – Built-in net8.0 runtime support.
0.3.0
29 Feb 10:05
Compare
Sorry, something went wrong.
No results found
Release Notes
Added – Make stdump compatible with the net5.0 platform again.
0.2.1
21 Feb 07:07
Compare
Sorry, something went wrong.
No results found
Release Notes
Added – Readme file and icon for the stdump NuGet package.
Changed – Bump the Microsoft.Diagnostics.Runtime dependency version to 3.1.506101.
0.2.0
08 Feb 03:40
Compare
Sorry, something went wrong.
No results found
Release Notes
Changed – net5.0 target was changed with the net6.0 one, since it has Long Term Support.
Project – Enable required signature verification for NuGet packages via NuGet.config file.
Project – Use deterministic and locked package restore for the project.
Project – Sign NuGet package and their contents on build with a company certificate.
0.1.1
25 Jan 04:40
Compare
Sorry, something went wrong.
No results found
Release Notes
Fixed – -o|--output option now works as expected.
Fixed – Version detection logic now yields correct version.
Fixed – Error messages are now written to the Console.Error stream.