comparison 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
comparison
equal deleted inserted replaced
233:d6fe09f5592c 234:8dd666e6b6bf
1 using System.Reflection; 1 using System.Reflection;
2 using System.Runtime.CompilerServices;
3 using System.Runtime.InteropServices; 2 using System.Runtime.InteropServices;
4 3
5 // Information about this assembly is defined by the following attributes. 4 // Information about this assembly is defined by the following attributes.
6 // Change them to the values specific to your project. 5 // Change them to the values specific to your project.
7 6
8 [assembly: AssemblyTitle("Implab")] 7 [assembly: AssemblyTitle("Implab")]
9 [assembly: AssemblyDescription("Tools")] 8 [assembly: AssemblyDescription("Tools")]
10 [assembly: AssemblyConfiguration("")] 9 [assembly: AssemblyCompany("Implab.org")]
11 [assembly: AssemblyCompany("")]
12 [assembly: AssemblyProduct("")]
13 [assembly: AssemblyCopyright("Implab")] 10 [assembly: AssemblyCopyright("Implab")]
14 [assembly: AssemblyTrademark("")] 11 [assembly: AssemblyTrademark("Implab")]
15 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". 12 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
16 // The form "{Major}.{Minor}.*" will automatically update the build and revision, 13 // The form "{Major}.{Minor}.*" will automatically update the build and revision,
17 // and "{Major}.{Minor}.{Build}.*" will update just the revision. 14 // and "{Major}.{Minor}.{Build}.*" will update just the revision.
18 15
19 [assembly: AssemblyVersion("2.1.*")] 16 [assembly: AssemblyVersion("2.1.*")]