Skip to content

Commit

Permalink
GH-10: Rename test project
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikfroehling committed Jun 21, 2018
1 parent 7986b0c commit fff0b38
Show file tree
Hide file tree
Showing 1,399 changed files with 76 additions and 88 deletions.
11 changes: 11 additions & 0 deletions Source/Lib/Trakt.NET/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;

[assembly: InternalsVisibleTo("Trakt.NET.Tests")]

[assembly: AssemblyDescription(".NET wrapper library for the Trakt.tv API.")]
[assembly: AssemblyCopyright("Copyright © 2016 - 2018 Henrik Fröhling et al.")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: NeutralResourcesLanguage("en-US")]
Loading

0 comments on commit fff0b38

Please sign in to comment.