Files
jellyfin-jellyfin-1/Mono.Nat/Properties/AssemblyInfo.cs

22 lines
1.1 KiB
C#
Raw Normal View History

using System.Reflection;
using System.Resources;
2016-09-11 03:33:53 -04:00
using System.Runtime.InteropServices;
2019-01-07 23:27:46 +00:00
// General Information about an assembly is controlled through the following
2016-09-11 03:33:53 -04:00
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
2017-05-24 15:12:55 -04:00
[assembly: AssemblyTitle("Mono.Nat")]
[assembly: AssemblyDescription("")]
2016-09-11 03:33:53 -04:00
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Jellyfin Project")]
[assembly: AssemblyProduct("Jellyfin: The Free Software Media System")]
[assembly: AssemblyCopyright("Copyright © 2006 Alan McGovern. Copyright © 2007 Ben Motmans. Code releases unde the MIT license. Copyright © 2019 Jellyfin Contributors. Code released under the GNU General Public License Version 2")]
2016-09-11 03:33:53 -04:00
[assembly: AssemblyTrademark("")]
2017-05-24 15:12:55 -04:00
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
2016-09-11 03:33:53 -04: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
2016-11-03 17:04:55 -04:00
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]