diff --git a/Directory.Build.props b/Directory.Build.props index 0288d6f..036f119 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,7 +7,7 @@ - 0.2.0 + 0.3.0 https://github.com/Ne4to/Heartbeat true MIT diff --git a/README.md b/README.md index fb7c3da..662973c 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,18 @@ # Heartbeat -Diagnostics utility to analyze memory dumps of a .NET application [![NuGet Badge](https://buildstats.info/nuget/heartbeat?includePreReleases=true&dWidth=0)](https://www.nuget.org/packages/Heartbeat/) +Diagnostics utility with web UI to analyze memory dumps of a .NET application + ## Getting started ```shell dotnet tool install --global Heartbeat +# optional +export PATH=$PATH:$HOME/.dotnet/tools heartbeat --dump ``` Open `http://localhost:5000/` in web browser. -See [UI screen]([https://](https://github.com/Ne4to/Heartbeat/tree/master/assets)) for examples +See [UI screen](https://github.com/Ne4to/Heartbeat/tree/master/assets) for examples