mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
12 lines
295 B
C#
12 lines
295 B
C#
using System.Reflection;
|
|
using System.Runtime.CompilerServices;
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly: AssemblyTitle("NzbDrone.Api")]
|
|
|
|
[assembly: Guid("4c0922d7-979e-4ff7-b44b-b8ac2100eeb5")]
|
|
|
|
[assembly: AssemblyVersion("0.1.0.*")]
|
|
|
|
[assembly: InternalsVisibleTo("NzbDrone.Core")]
|