diff --git a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (NET45Std)/Properties/AssemblyInfo.cs b/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (NET45Std)/Properties/AssemblyInfo.cs
index 7536bc0..7193857 100644
--- a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (NET45Std)/Properties/AssemblyInfo.cs
+++ b/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform (NET45Std)/Properties/AssemblyInfo.cs
@@ -18,11 +18,7 @@ using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
-[assembly: AssemblyTitle("GalaSoft.MvvmLight.Platform")]
[assembly: AssemblyDescription(".NET Standard 1.0. Platform components to implement Model-View-ViewModel applications in WPF, Windows Store, Windows Phone, Silverlight and Xamarin. These are needed because of technical constraints with portable class libraries .")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("GalaSoft Laurent Bugnion @ http://www.galasoft.ch")]
-[assembly: AssemblyProduct("GalaSoft.MvvmLight.Platform")]
[assembly: AssemblyCopyright("Copyright © GalaSoft Laurent Bugnion 2009-2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -36,8 +32,8 @@ using System.Runtime.InteropServices;
#endif
[assembly: ComVisible(false)]
-[assembly: CLSCompliant(true)]
[assembly: NeutralResourcesLanguage("en-US")]
-// BL0035
-[assembly: AssemblyVersion("5.4.0.1")]
+#if NET46
+[assembly: CLSCompliant(true)]
+#endif
diff --git a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform/GalaSoft.MvvmLight.Platform.csproj b/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform/GalaSoft.MvvmLight.Platform.csproj
index 9368aaf..f881d96 100644
--- a/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform/GalaSoft.MvvmLight.Platform.csproj
+++ b/GalaSoft.MvvmLight/GalaSoft.MvvmLight.Platform/GalaSoft.MvvmLight.Platform.csproj
@@ -11,6 +11,14 @@
GalaSoft.MvvmLight.Platform
GalaSoft.MvvmLight.Platform
Uno.GalaSoft.MvvmLight.Platform
+ false
+ https://mvvmlight.codeplex.com/license
+ http://www.mvvmlight.net
+
+ https://mvvmlight.codeplex.com
+
+ GalaSoft Laurent Bugnion @ http://www.galasoft.ch
+ Laurent Bugnion (GalaSoft)