jellyfin/MediaBrowser.Model/Properties/AssemblyInfo.cs

24 lines
1 KiB
C#
Raw Normal View History

using System.Reflection;
2018-12-28 00:27:57 +01:00
using System.Resources;
2021-07-20 19:31:47 +02:00
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
2018-12-28 00:27:57 +01:00
2019-01-08 00:27:46 +01:00
// General Information about an assembly is controlled through the following
2018-12-28 00:27:57 +01:00
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("MediaBrowser.Model")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Jellyfin Project")]
[assembly: AssemblyProduct("Jellyfin Server")]
[assembly: AssemblyCopyright("Copyright © 2019 Jellyfin Contributors. Code released under the GNU General Public License")]
2018-12-28 00:27:57 +01:00
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
2021-07-20 19:31:47 +02:00
[assembly: InternalsVisibleTo("Jellyfin.Model.Tests")]
2018-12-28 00:27:57 +01:00
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]