Merge pull request #91 from hishamco/internals
Fix project name in AssemblyInfo
This commit is contained in:
commit
44890477a0
|
|
@ -5,6 +5,6 @@ using System.Reflection;
|
||||||
using System.Resources;
|
using System.Resources;
|
||||||
using System.Runtime.CompilerServices;
|
using System.Runtime.CompilerServices;
|
||||||
|
|
||||||
[assembly: InternalsVisibleTo("Microsoft.Framework.Localization.Test")]
|
[assembly: InternalsVisibleTo("Microsoft.Framework.Localization.Tests")]
|
||||||
[assembly: AssemblyMetadata("Serviceable", "True")]
|
[assembly: AssemblyMetadata("Serviceable", "True")]
|
||||||
[assembly: NeutralResourcesLanguage("en-us")]
|
[assembly: NeutralResourcesLanguage("en-us")]
|
||||||
Loading…
Reference in New Issue