##// END OF EJS Templates
bump version to 2.1
cin -
r191:cc19dc78edb7 v2
parent child
Show More
@@ -1,27 +1,27
1 1 using System.Reflection;
2 2 using System.Runtime.CompilerServices;
3 3 using System.Runtime.InteropServices;
4 4
5 5 // Information about this assembly is defined by the following attributes.
6 6 // Change them to the values specific to your project.
7 7
8 8 [assembly: AssemblyTitle("Implab")]
9 9 [assembly: AssemblyDescription("Tools")]
10 10 [assembly: AssemblyConfiguration("")]
11 11 [assembly: AssemblyCompany("")]
12 12 [assembly: AssemblyProduct("")]
13 13 [assembly: AssemblyCopyright("Implab")]
14 14 [assembly: AssemblyTrademark("")]
15 15 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
16 16 // The form "{Major}.{Minor}.*" will automatically update the build and revision,
17 17 // and "{Major}.{Minor}.{Build}.*" will update just the revision.
18 18
19 [assembly: AssemblyVersion("2.0.*")]
19 [assembly: AssemblyVersion("2.1.*")]
20 20 [assembly: ComVisible(false)]
21 21
22 22 // The following attributes are used to specify the signing key for the assembly,
23 23 // if desired. See the Mono documentation for more information about signing.
24 24
25 25 //[assembly: AssemblyDelaySign(false)]
26 26 //[assembly: AssemblyKeyFile("")]
27 27
General Comments 0
You need to be logged in to leave comments. Login now