Merge pull request #91 from hishamco/internals

Fix project name in AssemblyInfo
This commit is contained in:
David Fowler 2015-09-28 00:58:45 -07:00
commit 44890477a0
1 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@ using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Microsoft.Framework.Localization.Test")]
[assembly: InternalsVisibleTo("Microsoft.Framework.Localization.Tests")]
[assembly: AssemblyMetadata("Serviceable", "True")]
[assembly: NeutralResourcesLanguage("en-us")]
[assembly: NeutralResourcesLanguage("en-us")]