From f7e5106175167c87426c7e7a4bacc7fcea91a1af Mon Sep 17 00:00:00 2001 From: Julian Verdurmen <304NotModified@users.noreply.github.com> Date: Fri, 10 Feb 2017 22:53:05 +0100 Subject: [PATCH] Update assemblyinfo & strong name version to 4.0.0.0 --- NLog.Web/Properties/AssemblyInfo.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NLog.Web/Properties/AssemblyInfo.cs b/NLog.Web/Properties/AssemblyInfo.cs index fe4a8856..cb8b3f6b 100644 --- a/NLog.Web/Properties/AssemblyInfo.cs +++ b/NLog.Web/Properties/AssemblyInfo.cs @@ -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")] @@ -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