Releases: HangfireIO/stdump
Releases · HangfireIO/stdump
0.4.5
Release Notes
- Fixed – Merge the 'System.Numerics.Vectors' assembly into the executable files to avoid errors.
0.4.4
Release Notes
- Changed – Merge the 'System.ValueTuple' assembly into the executable files.
0.4.3
Release Notes
- Changed – Merge 'System.Runtime.InteropServices.RuntimeInformation' assembly into executable files.
0.4.2
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
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
Release Notes
- Added – Built-in
net8.0
runtime support.
0.3.0
Release Notes
- Added – Make stdump compatible with the
net5.0
platform again.
0.2.1
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
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
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.