You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
1.4 KiB

2 years ago
  1. using System.Reflection;
  2. using System.Runtime.InteropServices;
  3. // General Information about an assembly is controlled through the following
  4. // set of attributes. Change these attribute values to modify the information
  5. // associated with an assembly.
  6. [assembly: AssemblyTitle("SqlSugar4")]
  7. [assembly: AssemblyDescription("author sunkaixuan Apache Licence 2.0")]
  8. [assembly: AssemblyConfiguration("")]
  9. [assembly: AssemblyCompany("")]
  10. [assembly: AssemblyProduct("SqlSugar 4")]
  11. [assembly: AssemblyCopyright("Copyright © 2016")]
  12. // Setting ComVisible to false makes the types in this assembly not visible
  13. // to COM components. If you need to access a type in this assembly from
  14. // COM, set the ComVisible attribute to true on that type.
  15. [assembly: ComVisible(false)]
  16. // The following GUID is for the ID of the typelib if this project is exposed to COM
  17. [assembly: Guid("c7c121b9-80c6-4caf-aadd-d85118ad1cf2")]
  18. // Version information for an assembly consists of the following four values:
  19. //
  20. // Major Version
  21. // Minor Version
  22. // Build Number
  23. // Revision
  24. //
  25. // You can specify all the values or you can default the Build and Revision Numbers
  26. // by using the '*' as shown below:
  27. // [assembly: AssemblyVersion("1.0.*")]
  28. [assembly: AssemblyVersion("4.6.4.5")]
  29. [assembly: AssemblyFileVersion("4.6.4.5")]
  30. [assembly: log4net.Config.XmlConfigurator(ConfigFile = "log4net.config", Watch = true)]