diff Implab/Properties/AssemblyInfo.cs @ 234:8dd666e6b6bf v2

Added implab nuget spec
author cin
date Thu, 05 Oct 2017 09:21:23 +0300
parents cc19dc78edb7
children
line wrap: on
line diff
--- a/Implab/Properties/AssemblyInfo.cs	Wed Oct 04 15:44:47 2017 +0300
+++ b/Implab/Properties/AssemblyInfo.cs	Thu Oct 05 09:21:23 2017 +0300
@@ -1,5 +1,4 @@
 using System.Reflection;
-using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
 // Information about this assembly is defined by the following attributes. 
@@ -7,11 +6,9 @@
 
 [assembly: AssemblyTitle("Implab")]
 [assembly: AssemblyDescription("Tools")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
-[assembly: AssemblyProduct("")]
+[assembly: AssemblyCompany("Implab.org")]
 [assembly: AssemblyCopyright("Implab")]
-[assembly: AssemblyTrademark("")]
+[assembly: AssemblyTrademark("Implab")]
 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
 // The form "{Major}.{Minor}.*" will automatically update the build and revision,
 // and "{Major}.{Minor}.{Build}.*" will update just the revision.