NLog.Schema by Kim Christensen, Julian Verdurmen

<PackageReference Include="NLog.Schema" Version="4.7.12" />

Package Files

196,866 bytes

 NLog.Schema 4.7.12

XSD file to enables Intellisense(TM) when editing NLog configuration files, for example in Visual Studio. 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

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>NLog.Schema</id>
    <version>4.7.12</version>
    <title>NLog Schema for Intellisense(TM)</title>
    <authors>Kim Christensen, Julian Verdurmen</authors>
    <owners>Kim Christenen, Julian Verdurmen</owners>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <licenseUrl>https://github.com/NLog/NLog/blob/master/LICENSE.txt</licenseUrl>
    <projectUrl>https://nlog-project.org/</projectUrl>
    <iconUrl>https://nlog-project.org/NConfig.png</iconUrl>
    <description>XSD file to enables Intellisense(TM) when editing NLog configuration files, for example in Visual Studio.  

Notes:
- Extensions could report XSD errors. Those errors could be ignored safely.  
- Unfortunately this package won't work well when using &lt;PackageReference&gt;. You could download the lastest XSD from here: https://nlog-project.org/schemas/NLog.xsd</description>
    <summary>Enables Intellisense(TM) when editing NLog.config.</summary>
    <releaseNotes>NLog 4.7.12</releaseNotes>
    <language>en-US</language>
    <tags>nlog, intellisense, xsd</tags>
    <repository type="git" url="https://github.com/NLog/NLog.git" />
    <contentFiles>
      <files include="**/*.*" buildAction="None" copyToOutput="false" flatten="true" />
    </contentFiles>
  </metadata>
</package>