AssemblyInfo.cs 1.1 KB

123456789101112131415161718192021222324
  1. using System.Reflection;
  2. using System.Resources;
  3. using System.Runtime.InteropServices;
  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("RSSDP")]
  8. [assembly: AssemblyDescription("")]
  9. [assembly: AssemblyConfiguration("")]
  10. [assembly: AssemblyCompany("Jellyfin Project")]
  11. [assembly: AssemblyProduct("Jellyfin Server")]
  12. [assembly: AssemblyCopyright("Copyright © 2015 Troy Willmot. Code released under the MIT license. Copyright © 2019 Jellyfin Contributors. Code released under the GNU General Public License")]
  13. [assembly: AssemblyTrademark("")]
  14. [assembly: AssemblyCulture("")]
  15. [assembly: NeutralResourcesLanguage("en")]
  16. // Setting ComVisible to false makes the types in this assembly not visible
  17. // to COM components. If you need to access a type in this assembly from
  18. // COM, set the ComVisible attribute to true on that type.
  19. [assembly: ComVisible(false)]
  20. [assembly: AssemblyVersion("1.0.3.0")]
  21. [assembly: AssemblyFileVersion("2019.1.20.3")]