annotate Implab.Diagnostics.Interactive/Properties/AssemblyInfo.cs @ 196:40d7fed4a09e

fixed promise chaining behavior, the error handler doesn't handle result or cancellation handlers exceptions these exceptions are propagated to the next handlers.
author cin
date Mon, 29 Aug 2016 23:15:51 +0300
parents d10034588e38
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
45
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
1 using System.Reflection;
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
2 using System.Runtime.CompilerServices;
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
3 using System.Runtime.InteropServices;
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
4
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
5 // General Information about an assembly is controlled through the following
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
6 // set of attributes. Change these attribute values to modify the information
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
7 // associated with an assembly.
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
8 [assembly: AssemblyTitle("Implab.Diagnostics.Interactive")]
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
9 [assembly: AssemblyDescription("")]
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
10 [assembly: AssemblyConfiguration("")]
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
11 [assembly: AssemblyCompany("")]
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
12 [assembly: AssemblyProduct("Implab.Diagnostics.Interactive")]
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
13 [assembly: AssemblyCopyright("Copyright © 2014")]
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
14 [assembly: AssemblyTrademark("")]
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
15 [assembly: AssemblyCulture("")]
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
16
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
17 // Setting ComVisible to false makes the types in this assembly not visible
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
18 // to COM components. If you need to access a type in this assembly from
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
19 // COM, set the ComVisible attribute to true on that type.
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
20 [assembly: ComVisible(false)]
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
21
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
22 // The following GUID is for the ID of the typelib if this project is exposed to COM
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
23 [assembly: Guid("1c156c51-4884-43b2-a823-d86313872e82")]
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
24
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
25 // Version information for an assembly consists of the following four values:
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
26 //
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
27 // Major Version
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
28 // Minor Version
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
29 // Build Number
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
30 // Revision
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
31 //
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
32 // You can specify all the values or you can default the Build and Revision Numbers
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
33 // by using the '*' as shown below:
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
34 // [assembly: AssemblyVersion("1.0.*")]
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
35 [assembly: AssemblyVersion("1.0.0.0")]
d10034588e38 initial work on interactive logger
cin
parents:
diff changeset
36 [assembly: AssemblyFileVersion("1.0.0.0")]