jellyfin/RSSDP/Properties/AssemblyInfo.cs

31 lines
1 KiB
C#
Raw Normal View History

2016-11-04 09:31:05 +01:00
using System.Resources;
using System.Reflection;
2016-10-30 00:22:20 +02:00
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
2016-11-04 09:31:05 +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.
2016-11-04 09:31:05 +01:00
[assembly: AssemblyTitle("RSSDP2")]
[assembly: AssemblyDescription("")]
2016-10-30 00:22:20 +02:00
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
2016-11-04 09:31:05 +01:00
[assembly: AssemblyProduct("RSSDP2")]
[assembly: AssemblyCopyright("Copyright © 2016")]
2016-10-30 00:22:20 +02:00
[assembly: AssemblyTrademark("")]
2016-11-04 09:31:05 +01:00
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en")]
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
// Minor Version
// Build Number
// Revision
//
// 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")]