jellyfin/Emby.Notifications/Properties/AssemblyInfo.cs

22 lines
967 B
C#
Raw Normal View History

using System.Reflection;
using System.Resources;
2013-02-20 20:33:05 -05:00
using System.Runtime.InteropServices;
2018-09-12 13:26:21 -04:00
// General Information about an assembly is controlled through the following
2013-02-20 20:33:05 -05:00
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
2018-09-12 13:26:21 -04:00
[assembly: AssemblyTitle("Emby.Notifications")]
2013-02-20 20:33:05 -05:00
[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")]
2013-02-20 20:33:05 -05:00
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
2013-02-20 20:33:05 -05:00
2018-09-12 13:26:21 -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
2013-02-20 20:33:05 -05:00
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]