2010-09-23 03:19:47 +00:00
|
|
|
|
using System.Reflection;
|
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
|
|
|
|
|
// General Information about an assembly is controlled through the following
|
|
|
|
|
// set of attributes. Change these attribute values to modify the information
|
|
|
|
|
// associated with an assembly.
|
2011-04-10 02:44:01 +00:00
|
|
|
|
|
2011-11-08 17:48:34 +00:00
|
|
|
|
[assembly: AssemblyTitle("NzbDrone.exe")]
|
2011-11-08 18:48:37 +00:00
|
|
|
|
[assembly: Guid("67AADCD9-89AA-4D95-8281-3193740E70E5")]
|
|
|
|
|
|
|
|
|
|
// You can specify all the values or you can default the Build and Revision Numbers
|
|
|
|
|
// by using the '*' as shown below:
|
|
|
|
|
|
2012-02-05 06:34:36 +00:00
|
|
|
|
[assembly: AssemblyVersion("1.0.0.*")]
|
|
|
|
|
[assembly: AssemblyFileVersion("1.0.0.*")]
|