Skip to content

Commit

Permalink
Merge pull request #106 from NLog/304NotModified-patch-1
Browse files Browse the repository at this point in the history
Update assemblyinfo & strong name version to 4.0.0.0
  • Loading branch information
304NotModified authored Feb 17, 2017
2 parents 7399e41 + f7e5106 commit dc00666
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions NLog.Web/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// associated with an assembly.
#if DNX
[assembly: AssemblyTitle("NLog.Web.ASPNET5")]
[assembly: AssemblyProduct("NLog.Web for ASP.NET5")]
[assembly: AssemblyProduct("NLog.Web for ASP.NET Core")]
#else
[assembly: AssemblyTitle("NLog.Web")]
[assembly: AssemblyProduct("NLog.Web")]
Expand All @@ -16,9 +16,10 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]

[assembly: AssemblyCopyright("Copyright © NLog 2015-2016")]
[assembly: AssemblyCopyright("Copyright © NLog 2015-2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: AssemblyVersion("4.0.0.0")] //fixed

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
Expand Down

0 comments on commit dc00666

Please sign in to comment.