Skip to content

Commit

Permalink
Remove AssemblyInformationalVersion from AssemblyInfo until I come up…
Browse files Browse the repository at this point in the history
… with a more clever way of updating version-and build numbers automatically.

Update NuSpec file with latest version info
  • Loading branch information
Jesper Hess Nielsen committed Jan 13, 2015
1 parent a998d59 commit d01a61c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/NLog.Targets.Syslog/NLog.Targets.Syslog.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<dependency id="NLog" version="2.0.0.2000"/>
</dependencies>
<releaseNotes>
Version 2.0.5138.27351
======================
This version removes support for CustomPrefix. Instead, NLog Layouts can be used for the same functionality.
Version 2.0.5491.28088
======================
Added configuration option to disable new-line splitting for messages
</releaseNotes>
</metadata>
</package>
3 changes: 1 addition & 2 deletions src/NLog.Targets.Syslog/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.*")]
[assembly: AssemblyFileVersion("2.0.0.0")]
[assembly: AssemblyInformationalVersion("2.0.2")]
[assembly: AssemblyFileVersion("2.0.0.0")]

0 comments on commit d01a61c

Please sign in to comment.