Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

AssemblyInfo.cs 1.4 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. // General Information about an assembly is controlled through the following
  5. // set of attributes. Change these attribute values to modify the information
  6. // associated with an assembly.
  7. [assembly: AssemblyTitle("GetConversationMembersBot")]
  8. [assembly: AssemblyDescription("")]
  9. [assembly: AssemblyConfiguration("")]
  10. [assembly: AssemblyCompany("")]
  11. [assembly: AssemblyProduct("GetConversationMembersBot")]
  12. [assembly: AssemblyCopyright("Copyright © 2016")]
  13. [assembly: AssemblyTrademark("")]
  14. [assembly: AssemblyCulture("")]
  15. // Setting ComVisible to false makes the types in this assembly not visible
  16. // to COM components. If you need to access a type in this assembly from
  17. // COM, set the ComVisible attribute to true on that type.
  18. [assembly: ComVisible(false)]
  19. // The following GUID is for the ID of the typelib if this project is exposed to COM
  20. [assembly: Guid("a8ba1066-5695-4d71-abb4-65e5a5e0c3d4")]
  21. // Version information for an assembly consists of the following four values:
  22. //
  23. // Major Version
  24. // Minor Version
  25. // Build Number
  26. // Revision
  27. //
  28. // You can specify all the values or you can default the Revision and Build Numbers
  29. // by using the '*' as shown below:
  30. [assembly: AssemblyVersion("1.0.0.0")]
  31. [assembly: AssemblyFileVersion("1.0.0.0")]
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...