Skip to content

Commit

Permalink
Added auto-incrementing version number to AssemblyInfo.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesper Hess Nielsen committed Jan 20, 2014
1 parent f750ed5 commit 192a34c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/NLog.Targets.Syslog/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("NLog.Targets.Syslog")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("The NLog Syslog Target is a custom target for NLog version 2.0 allowing you to send logging messages to a UNIX-style Syslog server.")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyCompany("Jesper Hess Nielsen, Joe Fitzgerald, Nicolas Graziano and others")]
[assembly: AssemblyProduct("NLog.Targets.Syslog")]
[assembly: AssemblyCopyright("Copyright © Jesper Hess Nielsen 2013")]
[assembly: AssemblyCopyright("Copyright © Jesper Hess Nielsen 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyVersion("1.1.0.*")]
[assembly: AssemblyFileVersion("2.0.0.0")]

0 comments on commit 192a34c

Please sign in to comment.