AssemblyInfo.cs 1.1 KB

1234567891011121314151617181920212223
  1. using System.Reflection;
  2. using System.Resources;
  3. using System.Runtime.CompilerServices;
  4. using System.Runtime.InteropServices;
  5. // General Information about an assembly is controlled through the following
  6. // set of attributes. Change these attribute values to modify the information
  7. // associated with an assembly.
  8. [assembly: AssemblyTitle("Jellyfin.Database.Providers.SqLite")]
  9. [assembly: AssemblyDescription("")]
  10. [assembly: AssemblyConfiguration("")]
  11. [assembly: AssemblyCompany("Jellyfin Project")]
  12. [assembly: AssemblyProduct("Jellyfin Server")]
  13. [assembly: AssemblyCopyright("Copyright © 2019 Jellyfin Contributors. Code released under the GNU General Public License")]
  14. [assembly: AssemblyTrademark("")]
  15. [assembly: AssemblyCulture("")]
  16. [assembly: NeutralResourcesLanguage("en")]
  17. [assembly: InternalsVisibleTo("Jellyfin.Server.Implementations.Tests")]
  18. // Setting ComVisible to false makes the types in this assembly not visible
  19. // to COM components. If you need to access a type in this assembly from
  20. // COM, set the ComVisible attribute to true on that type.
  21. [assembly: ComVisible(false)]