comparison Implab/Properties/AssemblyInfo.cs @ 76:c761fc982e1d v2

Refactoring of the IPromise<T> interface Added tests
author cin
date Wed, 10 Sep 2014 17:53:05 +0400
parents 21611344d366
children cc19dc78edb7
comparison
equal deleted inserted replaced
75:4439140706d0 76:c761fc982e1d
14 [assembly: AssemblyTrademark("")] 14 [assembly: AssemblyTrademark("")]
15 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". 15 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
16 // The form "{Major}.{Minor}.*" will automatically update the build and revision, 16 // The form "{Major}.{Minor}.*" will automatically update the build and revision,
17 // and "{Major}.{Minor}.{Build}.*" will update just the revision. 17 // and "{Major}.{Minor}.{Build}.*" will update just the revision.
18 18
19 [assembly: AssemblyVersion("1.0.*")] 19 [assembly: AssemblyVersion("2.0.*")]
20 [assembly: ComVisible(false)] 20 [assembly: ComVisible(false)]
21 21
22 // The following attributes are used to specify the signing key for the assembly, 22 // The following attributes are used to specify the signing key for the assembly,
23 // if desired. See the Mono documentation for more information about signing. 23 // if desired. See the Mono documentation for more information about signing.
24 24