From 9d1a2ffbf79eacc871b4b9fb7842bb3b35977304 Mon Sep 17 00:00:00 2001 From: Greg Pakes Date: Wed, 19 Jun 2019 15:20:30 +1000 Subject: [PATCH] Updated docs to say 4.6.1 is required rather than 4.6 --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 3b3e4e74a..723f8c395 100644 --- a/docs/index.md +++ b/docs/index.md @@ -27,7 +27,7 @@ Note the share link for sharing timings with other team members. Any custom timi ![Custom Timings]({{ site.baseurl }}/images/Timings.png) #### Minimum requirements -MiniProfiler v4 runs on .NET 4.6 and above or .NET Standard 1.5 and above. .NET 4.6+ is required due to all of the `async` support added in v4. If you need to use a version earlier than .NET 4.6, MiniProfiler v3.x is for you. +MiniProfiler v4 runs on .NET 4.6.1 and above or .NET Standard 1.5 and above. .NET 4.6.1+ is required due to all of the `async` support added in v4. If you need to use a version earlier than .NET 4.6.1, MiniProfiler v3.x is for you. #### White Listing MiniProfiler exposes the following end points for profiling: