1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-16 11:37:58 +02:00
Sonarr/NzbDrone.Api/Properties/AssemblyInfo.cs

13 lines
338 B
C#
Raw Normal View History

2012-11-02 10:35:49 +03: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("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2013-02-16 02:38:53 +03:00
[assembly: InternalsVisibleTo("NzbDrone.Core")]