From: <dos...@us...> - 2013-11-12 21:39:32
|
Revision: 4676 http://sourceforge.net/p/mp-plugins/code/4676 Author: doskabouter Date: 2013-11-12 21:39:29 +0000 (Tue, 12 Nov 2013) Log Message: ----------- Fixed Compatibility with Mediaportal 1.6.0 Modified Paths: -------------- trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/Properties/AssemblyInfo.cs Modified: trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/Properties/AssemblyInfo.cs 2013-11-12 21:38:40 UTC (rev 4675) +++ trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/Properties/AssemblyInfo.cs 2013-11-12 21:39:29 UTC (rev 4676) @@ -3,7 +3,7 @@ using System.Runtime.InteropServices; using MediaPortal.Common.Utils; -[assembly: CompatibleVersion("1.3.100.0", "1.1.7.0")] +[assembly: CompatibleVersion("1.5.100.0", "1.3.100.0")] [assembly: UsesSubsystem("MP.SkinEngine")] [assembly: UsesSubsystem("MP.Config")] [assembly: UsesSubsystem("MP.DB")] This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |