Sonarr/src/NzbDrone.Api/Properties/AssemblyInfo.cs

12 lines
296 B
C#
Raw Normal View History

2012-11-02 07:35:49 +00:00
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("NzbDrone.Api")]
[assembly: Guid("4c0922d7-979e-4ff7-b44b-b8ac2100eeb5")]
[assembly: AssemblyVersion("10.0.0.*")]
2013-02-15 23:38:53 +00:00
[assembly: InternalsVisibleTo("NzbDrone.Core")]