NLog.Schema 6.0.1

Prefix Reserved
dotnet add package NLog.Schema --version 6.0.1
                    
NuGet\Install-Package NLog.Schema -Version 6.0.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NLog.Schema" Version="6.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="NLog.Schema" Version="6.0.1" />
                    
Directory.Packages.props
<PackageReference Include="NLog.Schema" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add NLog.Schema --version 6.0.1
                    
#r "nuget: NLog.Schema, 6.0.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package NLog.Schema@6.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=NLog.Schema&version=6.0.1
                    
Install as a Cake Addin
#tool nuget:?package=NLog.Schema&version=6.0.1
                    
Install as a Cake Tool

NLog Schema XSD-file for enabling Intellisense, when editing NLog.config XML file in Visual Studio.
   
The nuget-package will try to copy the XSD-file into the project-folder, so one can reference NLog.xsd from NLog.config:
   
  <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd NLog.xsd">
  </nlog>

If this nuget-package fails to place the XSD-file into the project-folder then one can download latest here: https://nlog-project.org/schemas/NLog.xsd

Alternative enable the Visual Studio option "Automatically download DTDs and schemas" and specify the complete URL:

  <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.nlog-project.org/schemas/NLog.xsd http://www.nlog-project.org/schemas/NLog.xsd">
  </nlog>

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (70)

Showing the top 5 NuGet packages that depend on NLog.Schema:

Package Downloads
NLog.Config

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/v4.4/src/NuGet/NLog.Config/content/NLog.config - set "Copy To Output Directory" to "Copy if newer"

Cgu.Comum.Util

Classes utilitárias de uso comum em projetos .net

Tool.NuPrep

A Tool™ to automate build, pack, and push of multi-target .net based nuget packages.

Plinth.Logging.NLog

Plinth NLog Utilities

iFix.Core

The lowest level of the iFix library

GitHub repositories (45)

Showing the top 20 popular GitHub repositories that depend on NLog.Schema:

Repository Stars
microsoft/PowerToys
Windows system utilities to maximize productivity
AutoDarkMode/Windows-Auto-Night-Mode
Automatically switches between the dark and light theme of Windows 10 and Windows 11
rubberduck-vba/Rubberduck
Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
pnp/PnP
SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
ebekker/ACMESharp
An ACME client library and PowerShell client for the .NET platform (Let's Encrypt)
Snoothy/UCR
Universal Control Remapper [Alpha]
HenJigg/wpf-abp
Cross-platform mobile project and WPF client based on ABP framework Xamarin.Forms
hanabi1224/Programming-Language-Benchmarks
Yet another implementation of computer language benchmarks game
chummer5a/chummer5a
Character generator for Shadowrun 5th edition
YetAnotherPomodoroApp/YAPA-2
Minimalistic desktop timer app for Pomodoro Technique users
JaCraig/Craig-s-Utility-Library
A giant set of utility classes originally start back in the .Net 2.0 days and updated until .Net Core and .Net Standard became a thing. At which point I took the library and broke it up into a ton of smaller libraries. View my profile for more up to date versions of everything.
MahdiGhiasi/XpoMusic
A modern Spotify experience for Windows 10
nsacyber/Windows-Event-Log-Messages
Retrieves the definitions of Windows Event Log messages embedded in Windows binaries and provides them in discoverable formats. #nsacyber
Azure/connectthedots
Connect tiny devices to Microsoft Azure services to build IoT solutions
bchavez/RethinkDb.Driver
:headphones: A NoSQL C#/.NET RethinkDB database driver with 100% ReQL API coverage.
microsoft/OSSGadget
Collection of tools for analyzing open source packages.
xuchao1213/AliyunDdnsCSharp
基于阿里云最新云解析API编写的DDNS Windows Services 程序,可将本机公网IP实时更新到自己阿里云的域名解析记录中
Metric/Materia
An open source alternative to Substance Designer written in C#
NightlyRevenger/TataruHelper
Tataru Helper - application for translation of in-game texts in Japan MMORPG - Final Fantasy XIV. The texts are understood as MSQ, cutscenes, quests, NPC replicas, etc.
DevelopersTree/permadelete
Permanently shreds files, easily.
Version Downloads Last Updated
6.0.1 10,955 6/27/2025
6.0.0 5,189 6/21/2025
6.0.0-rc4 169 6/15/2025
6.0.0-rc3 168 6/8/2025
6.0.0-rc2 201 6/1/2025
6.0.0-rc1 246 5/25/2025
6.0.0-preview1 8,750 4/29/2025
5.5.1 103 7/18/2025
5.5.0 22,149 5/29/2025
5.4.0 274,969 2/2/2025
5.3.4 333,737 9/12/2024
5.3.3 104,374 8/12/2024
5.3.2 308,200 4/30/2024
5.3.1 5,977 4/27/2024
5.2.8 371,623 12/29/2023
5.2.7 97,426 11/28/2023
5.2.6 23,687 11/19/2023
5.2.5 122,078 10/15/2023
5.2.4 128,937 9/6/2023
5.2.3 90,441 8/5/2023
5.2.2 186,624 7/4/2023
5.2.1 5,509 7/1/2023
5.2.0 119,576 5/30/2023
5.1.5 14,332 5/25/2023
5.1.4 104,712 4/29/2023
5.1.3 148,560 3/28/2023
5.1.2 152,499 2/17/2023
5.1.1 198,339 12/29/2022
5.1.0 92,709 11/27/2022
5.0.5 113,132 10/25/2022
5.0.4 231,403 9/1/2022
5.0.3 5,640 8/31/2022
5.0.2 92,319 8/12/2022
5.0.1 206,589 6/12/2022
5.0.0 112,609 5/16/2022
5.0.0-rc2 7,505 1/19/2022
5.0.0-rc1 2,192 12/20/2021
5.0.0-preview.3 4,770 10/26/2021
5.0.0-preview.2 2,362 10/3/2021
5.0.0-preview.1 1,227 8/25/2021
4.7.15 2,032,401 3/26/2022
4.7.14 303,333 2/23/2022
4.7.13 648,481 12/5/2021
4.7.12 448,242 10/24/2021
4.7.11 600,088 8/18/2021
4.7.10 951,802 5/14/2021
4.7.9 364,037 3/24/2021
4.7.8 354,747 2/25/2021
4.7.7 450,225 1/20/2021
4.7.6 456,636 12/6/2020
4.7.5 816,614 9/27/2020
4.7.4 417,023 8/22/2020
4.7.3 276,503 7/31/2020
4.7.2 810,559 5/18/2020
4.7.1 48,353 5/15/2020
4.7.0 790,778 3/20/2020
4.7.0-rc1 19,521 2/22/2020
4.6.8 1,606,034 11/4/2019
4.6.7 948,890 8/25/2019
4.6.6 402,113 7/14/2019
4.6.5 434,401 6/14/2019
4.6.4 213,743 5/28/2019
4.6.3 412,609 4/30/2019
4.6.2 457,680 4/2/2019
4.6.1 41,748 3/29/2019
4.6.0 174,573 3/21/2019
4.6.0-rc3 6,864 3/15/2019
4.6.0-rc2 8,206 3/10/2019
4.6.0-rc1 12,790 2/8/2019
4.5.11 2,079,744 11/6/2018
4.5.10 839,169 9/17/2018
4.5.9 308,310 8/24/2018
4.5.8 257,875 8/5/2018
4.5.7 280,094 7/19/2018
4.5.6 852,508 5/29/2018
4.5.5 48,906 5/25/2018
4.5.4 317,931 5/5/2018
4.5.3 266,187 4/16/2018
4.5.2 156,258 4/6/2018
4.5.1 98,112 4/3/2018
4.5.0 122,378 3/25/2018
4.5.0-rc07 12,329 3/8/2018
4.5.0-rc06 18,169 2/20/2018
4.5.0-rc05 9,964 2/13/2018
4.5.0-rc04 21,003 1/15/2018
4.5.0-rc03 32,687 12/11/2017
4.5.0-rc02 8,504 12/11/2017
4.5.0-rc01 11,180 11/23/2017
4.5.0-beta08 8,553 11/20/2017
4.5.0-beta07 18,581 10/15/2017
4.5.0-beta06 7,377 10/12/2017
4.5.0-beta05 6,826 10/12/2017
4.5.0-beta04 6,707 10/10/2017
4.5.0-beta03 7,300 10/5/2017
4.5.0-beta02 10,240 9/27/2017
4.5.0-beta01 10,069 9/16/2017
4.5.0-alpha04 46,313 2/28/2017
4.5.0-alpha03 9,242 2/14/2017
4.5.0-alpha02 6,921 2/13/2017
4.5.0-alpha01 6,975 2/12/2017
4.4.13 367,349 2/27/2018
4.4.12 2,096,188 8/13/2017
4.4.11 1,159,608 6/17/2017
4.4.10 189,396 5/31/2017
4.4.9 373,412 5/5/2017
4.4.8 70,780 4/28/2017
4.4.7 37,508 4/25/2017
4.4.6 124,680 4/15/2017
4.4.6-rc1 6,851 4/11/2017
4.4.6-beta3 7,035 4/10/2017
4.4.6-beta2 6,822 4/3/2017
4.4.6-beta1 6,601 3/30/2017
4.4.5 145,000 3/28/2017
4.4.4 159,346 3/10/2017
4.4.3 241,754 2/17/2017
4.4.2 135,422 2/6/2017
4.4.1 2,118,529 12/24/2016
4.4.0 76,721 12/14/2016
4.3.11 139,248 11/7/2016
4.3.10 416,112 10/11/2016
4.3.9 245,884 9/18/2016
4.3.8 118,926 9/5/2016
4.3.7 182,444 8/6/2016
4.3.6.1 112,485 7/25/2016
4.3.6 19,811 7/23/2016
4.3.4 531,013 5/16/2016
4.3.0 199,543 4/16/2016
4.2.3 394,186 1/5/2016
4.2.1 123,341 11/21/2015
4.2.0 58,005 10/24/2015
4.1.0 93,409 9/12/2015
4.0.1 606,292 6/19/2015
4.0.0 685,024 6/9/2015
3.2.1 236,340 4/24/2015
3.2.0 376,724 1/2/2015
3.1.0 597,804 6/24/2014
3.0.0 77,121 6/2/2014
2.1.0 385,567 10/10/2013
2.0.1.2 42,340 4/8/2013
2.0.0.2000 65,805 7/18/2011

NLog 6.0.1