Downloading NLog
Binary Releases
Binary releases can be downloaded from CodePlex. Installer and zip packages are available.
- NLog 2.0 -
- the latest and greatest version of NLog 2.0 - NLog 1.0 Refresh - original release from 2006, updated with support for Visual Studio 2008 and 2010
NuGet Packages
NLog can be downloaded directly into your project in Visual Studio by using NuGet package manager. The following packages are available:
- NLog - base package - installs NLog.dll
- NLog for Extended Profile - extended package for .NET Framework Extended Profile - installs NLog.Extended.dll
- NLog Configuration - configuration file for NLog
- NLog Schema for Intellisense(tm) - XSD file which allows editing of NLog.config with Intellisense(tm)
Source Code
Source code for NLog is available on GitHub. You can download a zip file or use GIT client such as TortoiseGit or msysGit. To learn more about GIT, click here.
RSS Feed
You can subscribe to NLog Releases RSS Feed to be notified about newest builds.
Nightly Builds
Nightly builds of NLog 2.0 are generated automatically by CruiseControl.NET each day and may be unstable. Use at your own risk. Download from CodePlex.
