jellyfin/Emby.Notifications/Properties/AssemblyInfo.cs

37 lines
1.4 KiB
C#
Raw Normal View History

2013-02-20 20:33:05 -05:00
using System.Reflection;
2018-09-12 13:26:21 -04:00
using System.Runtime.CompilerServices;
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("")]
2018-09-12 13:26:21 -04:00
[assembly: AssemblyProduct("Emby.Notifications")]
[assembly: AssemblyCopyright("Copyright © 2018")]
2013-02-20 20:33:05 -05:00
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
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)]
2014-02-15 14:48:35 -05:00
// The following GUID is for the ID of the typelib if this project is exposed to COM
2018-09-12 13:26:21 -04:00
[assembly: Guid("4d1d313b-60bb-4e11-acf9-cda6745266ef")]
2013-02-20 20:33:05 -05:00
// Version information for an assembly consists of the following four values:
//
// Major Version
2018-09-12 13:26:21 -04:00
// Minor Version
2013-02-20 20:33:05 -05:00
// Build Number
// Revision
2018-09-12 13:26:21 -04:00
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]