AssemblyInfo.cs 773 B

1234567891011121314151617181920212223
  1. using System.Reflection;
  2. using System.Resources;
  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("MediaBrowser.Model")]
  7. [assembly: AssemblyDescription("")]
  8. [assembly: AssemblyConfiguration("")]
  9. [assembly: AssemblyCompany("")]
  10. [assembly: AssemblyProduct("MediaBrowser.Model")]
  11. [assembly: AssemblyCopyright("Copyright © 2012")]
  12. [assembly: AssemblyTrademark("")]
  13. [assembly: AssemblyCulture("")]
  14. [assembly: NeutralResourcesLanguage("en")]
  15. // Version information for an assembly consists of the following four values:
  16. //
  17. // Major Version
  18. // Minor Version
  19. // Build Number
  20. // Revision
  21. //