AssemblyInfo.cs 1007 B

1234567891011121314151617181920212223242526
  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("Emby.Dlna")]
  7. [assembly: AssemblyDescription("")]
  8. [assembly: AssemblyConfiguration("")]
  9. [assembly: AssemblyCompany("Jellyfin Project")]
  10. [assembly: AssemblyProduct("Jellyfin Server")]
  11. [assembly: AssemblyCopyright("Copyright © 2019 Jellyfin Contributors. Code released under the GNU General Public License")]
  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. //
  22. // You can specify all the values or you can default the Build and Revision Numbers
  23. // by using the '*' as shown below:
  24. // [assembly: AssemblyVersion("1.0.*")]