From: <dos...@us...> - 2014-01-23 21:40:15
|
Revision: 4753 http://sourceforge.net/p/mp-plugins/code/4753 Author: doskabouter Date: 2014-01-23 21:40:11 +0000 (Thu, 23 Jan 2014) Log Message: ----------- plugin now based on .NET 4, so compatibility is MP 1.6 minimum Modified Paths: -------------- trunk/plugins/BrowseTheWeb/Release/BrowseTheWeb.xmp2 trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/BrowseTheWeb.csproj trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/Properties/AssemblyInfo.cs Modified: trunk/plugins/BrowseTheWeb/Release/BrowseTheWeb.xmp2 =================================================================== --- trunk/plugins/BrowseTheWeb/Release/BrowseTheWeb.xmp2 2014-01-23 21:37:10 UTC (rev 4752) +++ trunk/plugins/BrowseTheWeb/Release/BrowseTheWeb.xmp2 2014-01-23 21:40:11 UTC (rev 4753) @@ -429,8 +429,8 @@ <Description /> </SectionParam> <SectionParam Name="Description"> - <Value>This will install [Name] version [Version] on your computer. -It is recommended that you close all other applications before continuing. + <Value>This will install [Name] version [Version] on your computer. +It is recommended that you close all other applications before continuing. Click Next to continue or Cancel to exit Setup.</Value> <ValueType>String</ValueType> <Description /> @@ -554,7 +554,7 @@ <SectionParam Name="Path to plugin"> <Value>%Plugins%\windows\browsetheweb.dll</Value> <ValueType>Template</ValueType> - <Description>Path to the plugin like + <Description>Path to the plugin like %Plugins%\Windows\plugin.dll</Description> </SectionParam> </Items> @@ -608,18 +608,18 @@ <Id /> <MinVersion> <Major>1</Major> - <Minor>1</Minor> - <Build>6</Build> - <Revision>27644</Revision> + <Minor>6</Minor> + <Build>0</Build> + <Revision>0</Revision> </MinVersion> <MaxVersion> - <Major>1</Major> - <Minor>1</Minor> - <Build>6</Build> - <Revision>27644</Revision> + <Major>9</Major> + <Minor>9</Minor> + <Build>9</Build> + <Revision>9</Revision> </MaxVersion> <WarnOnly>false</WarnOnly> - <Message>requires MediaPortal version 1.1.6.27644 to 1.1.6.27644.</Message> + <Message>requires MediaPortal version 1.6 or higher.</Message> <Name>MediaPortal</Name> </DependencyItem> </Items> @@ -681,8 +681,8 @@ <SectionParam Name="Configuration file"> <Value /> <ValueType>Template</ValueType> - <Description>The file used to configure the extension. -If have .exe extension the will be executed + <Description>The file used to configure the extension. +If have .exe extension the will be executed If have .dll extension used like MP plugin configuration</Description> </SectionParam> <SectionParam Name="Online Screenshots"> Modified: trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/BrowseTheWeb.csproj =================================================================== --- trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/BrowseTheWeb.csproj 2014-01-23 21:37:10 UTC (rev 4752) +++ trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/BrowseTheWeb.csproj 2014-01-23 21:40:11 UTC (rev 4753) @@ -10,7 +10,7 @@ <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>BrowseTheWeb</RootNamespace> <AssemblyName>BrowseTheWeb</AssemblyName> - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <FileUpgradeFlags> </FileUpgradeFlags> Modified: trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/Properties/AssemblyInfo.cs =================================================================== --- trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/Properties/AssemblyInfo.cs 2014-01-23 21:37:10 UTC (rev 4752) +++ trunk/plugins/BrowseTheWeb/Source/BrowseTheWeb/Properties/AssemblyInfo.cs 2014-01-23 21:40:11 UTC (rev 4753) @@ -3,7 +3,7 @@ using System.Runtime.InteropServices; using MediaPortal.Common.Utils; -[assembly: CompatibleVersion("1.5.100.0", "1.3.100.0")] +[assembly: CompatibleVersion("1.6.0.0", "1.6.0.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. |