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

12 lines
292 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;
2017-09-18 03:25:28 +00:00
[assembly: AssemblyTitle("Sonarr.Api")]
2012-11-02 07:35:49 +00:00
[assembly: Guid("4c0922d7-979e-4ff7-b44b-b8ac2100eeb5")]
[assembly: AssemblyVersion("10.0.0.*")]
2013-02-15 23:38:53 +00:00
2017-09-18 03:25:28 +00:00
[assembly: InternalsVisibleTo("Sonarr.Core")]