Skip to content

Releases: HangfireIO/stdump

0.4.5

20 Sep 03:38
v0.4.5
9de7590
Compare
Choose a tag to compare

Release Notes

  • Fixed – Merge the 'System.Numerics.Vectors' assembly into the executable files to avoid errors.

0.4.4

20 Aug 03:26
v0.4.4
ff944ca
Compare
Choose a tag to compare

Release Notes

  • Changed – Merge the 'System.ValueTuple' assembly into the executable files.

0.4.3

19 Aug 11:19
v0.4.3
e48f46a
Compare
Choose a tag to compare

Release Notes

  • Changed – Merge 'System.Runtime.InteropServices.RuntimeInformation' assembly into executable files.

0.4.2

19 Aug 09:45
v0.4.2
1a92039
Compare
Choose a tag to compare

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
v0.4.1
04130a9
Compare
Choose a tag to compare

Release Notes

  • Changed – Downgrade Microsoft.Diagnostics.Runtime for net471 platform to version 2.0.226801.
  • FixedTypeLoadException 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
v0.4.0
ab431f0
Compare
Choose a tag to compare

Release Notes

  • Added – Built-in net8.0 runtime support.

0.3.0

29 Feb 10:05
v0.3.0
4d7587f
Compare
Choose a tag to compare

Release Notes

  • Added – Make stdump compatible with the net5.0 platform again.

0.2.1

21 Feb 07:07
v0.2.1
a120b10
Compare
Choose a tag to compare

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
v0.2.0
27bd750
Compare
Choose a tag to compare

Release Notes

  • Changednet5.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
v0.1.1
a490345
Compare
Choose a tag to compare

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.