jellyfin/Emby.Dlna/Properties/AssemblyInfo.cs

29 lines
1.1 KiB
C#
Raw Normal View History

2016-11-04 09:31:05 +01:00
using System.Reflection;
2019-01-13 20:16:19 +01:00
using System.Resources;
2020-12-01 15:12:55 +01:00
using System.Runtime.CompilerServices;
2016-10-30 00:22:20 +02:00
2019-01-08 00:27:46 +01:00
// General Information about an assembly is controlled through the following
2016-10-30 00:22:20 +02:00
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Emby.Dlna")]
2016-11-04 09:31:05 +01:00
[assembly: AssemblyDescription("")]
2016-10-30 00:22:20 +02:00
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Jellyfin Project")]
[assembly: AssemblyProduct("Jellyfin Server")]
[assembly: AssemblyCopyright("Copyright © 2019 Jellyfin Contributors. Code released under the GNU General Public License")]
2016-10-30 00:22:20 +02:00
[assembly: AssemblyTrademark("")]
2016-11-04 09:31:05 +01:00
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
2020-12-01 15:12:55 +01:00
[assembly: InternalsVisibleTo("Jellyfin.Dlna.Tests")]
2016-10-30 00:22:20 +02:00
2016-11-04 09:31:05 +01:00
// Version information for an assembly consists of the following four values:
//
// Major Version
2019-01-08 00:27:46 +01:00
// Minor Version
2016-11-04 09:31:05 +01:00
// Build Number
// Revision
//
2019-01-08 00:27:46 +01:00
// You can specify all the values or you can default the Build and Revision Numbers
2016-11-04 09:31:05 +01:00
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]