Skip to content

Commit

Permalink
Updated nuspec & readme for version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesper Hess Nielsen committed Jan 25, 2014
1 parent 1e55a70 commit 028a0d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use NLog Syslog, you simply wire it up as an extension in the NLog.config fil
</extensions>

<targets>
<target name="syslog" type="Syslog" syslogserver="127.0.0.1" port="514" sender="MyProgram" facility="Local7" layout="[CustomPrefix] ${machinename} ${message}/>
<target name="syslog" type="Syslog" syslogserver="127.0.0.1" port="514" facility="Local7" sender="MyProgram" layout="[CustomPrefix] ${machinename} ${message}/>
</targets>
<rules>
Expand Down
5 changes: 2 additions & 3 deletions src/NLog.Targets.Syslog/NLog.Targets.Syslog.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@
<iconUrl>http://nlog-project.org/N.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes></releaseNotes>
<copyright>Copyright 2014 Jesper Hess Nielsen &lt;[email protected]&gt;</copyright>
<tags>>NLog Syslog Log Logging</tags>
<dependencies>
<dependency id="NLog" version="2.0.0.2000"/>
</dependencies>
<releaseNotes>
Version 2.0
===========
Version 2.0.5138.27351
======================
This version removes support for CustomPrefix. Instead, NLog Layouts can be used for the same functionality.
</releaseNotes>
</metadata>
Expand Down

0 comments on commit 028a0d3

Please sign in to comment.