AssemblyInfo.cs 1.1 KB

12345678910111213141516171819202122232425262728
  1. using System.Reflection;
  2. using System.Resources;
  3. using System.Runtime.CompilerServices;
  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("Emby.Dlna")]
  8. [assembly: AssemblyDescription("")]
  9. [assembly: AssemblyConfiguration("")]
  10. [assembly: AssemblyCompany("Jellyfin Project")]
  11. [assembly: AssemblyProduct("Jellyfin Server")]
  12. [assembly: AssemblyCopyright("Copyright © 2019 Jellyfin Contributors. Code released under the GNU General Public License")]
  13. [assembly: AssemblyTrademark("")]
  14. [assembly: AssemblyCulture("")]
  15. [assembly: NeutralResourcesLanguage("en")]
  16. [assembly: InternalsVisibleTo("Jellyfin.Dlna.Tests")]
  17. // Version information for an assembly consists of the following four values:
  18. //
  19. // Major Version
  20. // Minor Version
  21. // Build Number
  22. // Revision
  23. //
  24. // You can specify all the values or you can default the Build and Revision Numbers
  25. // by using the '*' as shown below:
  26. // [assembly: AssemblyVersion("1.0.*")]