diff --git a/src/NuGet/NLog.Config/NLog.Config.nuspec b/src/NuGet/NLog.Config/NLog.Config.nuspec index c6b1a3c67b..af0626694a 100644 --- a/src/NuGet/NLog.Config/NLog.Config.nuspec +++ b/src/NuGet/NLog.Config/NLog.Config.nuspec @@ -10,8 +10,20 @@ Kim Christensen, Julian Verdurmen Kim Christenen, Julian Verdurmen false - Configuration file for NLog. - Xml file to get started with configuring NLog. This package is not mandatory to get started with NLog: the configuration file can created manually and the configuration can be created programmatically. + Configuration file for NLog to get started. + NLog.config file to get started with configuring NLog. +This package is not mandatory to get started with NLog: the configuration file can +created manually (read specs here: https://github.com/NLog/NLog/wiki/Configuration-file) +or the configuration can be created programmatically. (read more here: https://github.com/NLog/NLog/wiki/Configuration-API) + +Note: Unfortunately this package won't work well when using <PackageReference> + +Advised to: + +- download manually: https://raw.githubusercontent.com/NLog/NLog/dev/src/NuGet/NLog.Config/content/NLog.config +- set "Copy To Output Directory" to "Copy if newer" + + en-US https://nlog-project.org/NConfig.png https://nlog-project.org/ @@ -22,7 +34,7 @@ - nlog, xml, config + nlog, xml, config, nlog.config diff --git a/src/NuGet/NLog.Schema/NLog.Schema.nuspec b/src/NuGet/NLog.Schema/NLog.Schema.nuspec index 31ab5992fa..803cf32792 100644 --- a/src/NuGet/NLog.Schema/NLog.Schema.nuspec +++ b/src/NuGet/NLog.Schema/NLog.Schema.nuspec @@ -10,7 +10,10 @@ Enables Intellisense(TM) when editing NLog.config. XSD file to enables Intellisense(TM) when editing NLog configuration files, for example in Visual Studio. -Note: extensions to NLog will report XSD errors. Those can be ignored safely. +Notes: +- Extensions could report XSD errors. Those errors could be ignored safely. +- Unfortunately this package won't work well when using <PackageReference>. You could download the lastest XSD from here: https://nlog-project.org/schemas/NLog.xsd + NLog $BuildVersion$ en-US https://nlog-project.org/NConfig.png