Fix project name in AssemblyInfo

This commit is contained in:
Hisham Bin Ateya 2015-09-26 00:23:29 +03:00
parent ed70441162
commit 979d1d930b
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")]