From f48122e398519f5213200d82dab3cce5bc3b6930 Mon Sep 17 00:00:00 2001 From: Christophe Nasarre Date: Mon, 11 Feb 2019 17:59:59 +0100 Subject: [PATCH] fix link in doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 180e149..8dfbfdb 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ The few "debugging extensions" that have been created at Criteo to help post-mortem .NET applications analysis are now available: - as a [stand alone tool](./Documentation/ClrMDStudio.md) to load a .NET application memory dump and start automatic thread, thread pool, tasks and timer analysis. - [zip](./binaries/ClrMDStudio-1.5_x64.zip) + [zip](./binaries/ClrMDStudio-1.5.1_x64.zip) - as a [WinDBG extension](./Documentation/gsose.md) to get the same level of details plus more commands such as getting a method signature based on its address. - [zip](./binaries/gsose-1.5_x64.zip) + [zip](./binaries/gsose-1.5.1_x64.zip) More analyzers and commands will be added as needed.