diff --git a/src/LibLog/LibLog.nuspec b/src/LibLog/LibLog.nuspec
index 5b7824e..5ea44e3 100644
--- a/src/LibLog/LibLog.nuspec
+++ b/src/LibLog/LibLog.nuspec
@@ -10,7 +10,7 @@
https://raw.githubusercontent.com/damianh/LibLog/dev/docs/liblog_icon.png
false
true
- A source code package designed primarily for library and framework authors who want dependency free logging support in their component. Also useful in end applications. Works with .NET 4 and higher.
+ A source code package designed primarily for library and framework authors who want dependency free logging support in their component. Also useful in end applications. As of 5.0.0 it works with NetStandard2.0 and SDK projects. For .NET 4.x support and legacy project formats, use 4.x versions.
If you are a library or framework author and you wish to provide logging support in your component there are a number of options: 1) Depend on a specific logging framework 2) Depend on Common.Logging 3) Implement your own ILog interface and make your consumers wire it up.