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