Skip to content

Commit

Permalink
MQTT Plugin 1.0.0.14 / Release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan committed Mar 19, 2024
1 parent c1750c5 commit 21d501e
Showing 1 changed file with 179 additions and 0 deletions.
179 changes: 179 additions & 0 deletions scripts/MQTTPlugin.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,179 @@
<?xml version="1.0" encoding="utf-8"?>
<ExtensionCollection xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Items>
<PackageClass>
<Version>2.0</Version>
<Groups>
<Items>
<GroupItem Name="MQTTPlugin">
<DisplayName>MQTTPlugin</DisplayName>
<DefaulChecked>true</DefaulChecked>
<Description>MQTTPlugin</Description>
<Files>
<Items />
</Files>
</GroupItem>
<GroupItem Name="Config">
<DisplayName>Config</DisplayName>
<DefaulChecked>true</DefaulChecked>
<Description>Config</Description>
<Files>
<Items />
</Files>
</GroupItem>
<GroupItem Name="Libraries">
<DisplayName>Libraries</DisplayName>
<DefaulChecked>true</DefaulChecked>
<Description>Libraries</Description>
<Files>
<Items />
</Files>
</GroupItem>
</Items>
</Groups>
<Sections>
<Items />
</Sections>
<Dependencies>
<Items>
<DependencyItem>
<Type>MediaPortal</Type>
<Id />
<MinVersion>
<Major>*</Major>
<Minor>*</Minor>
<Build>*</Build>
<Revision>*</Revision>
</MinVersion>
<MaxVersion>
<Major>*</Major>
<Minor>*</Minor>
<Build>*</Build>
<Revision>*</Revision>
</MaxVersion>
<WarnOnly>false</WarnOnly>
<Message />
<Name>MediaPortal</Name>
<Condition>None</Condition>
</DependencyItem>
<DependencyItem>
<Type>Skin</Type>
<Id />
<MinVersion>
<Major>1</Major>
<Minor>4</Minor>
<Build>0</Build>
<Revision>0</Revision>
</MinVersion>
<MaxVersion>
<Major>1</Major>
<Minor>4</Minor>
<Build>0</Build>
<Revision>0</Revision>
</MaxVersion>
<WarnOnly>true</WarnOnly>
<Message>Requires Skin version 1.4.0.0 to 1.4.0.0.</Message>
<Name>Skin</Name>
<Condition>None</Condition>
</DependencyItem>
<DependencyItem>
<Type>Installer</Type>
<Id />
<MinVersion>
<Major>1</Major>
<Minor>24</Minor>
<Build>100</Build>
<Revision>0</Revision>
</MinVersion>
<MaxVersion>
<Major>1</Major>
<Minor>999</Minor>
<Build>999</Build>
<Revision>999</Revision>
</MaxVersion>
<WarnOnly>false</WarnOnly>
<Message>This version of MQTT Plugin requires MediaPortal 1.25 Pre</Message>
<Name>Installer</Name>
<Condition>None</Condition>
</DependencyItem>
</Items>
</Dependencies>
<PluginDependencies>
<Items>
<PluginDependencyItem AssemblyName="MQTTPlugin.dll">
<CompatibleVersion>
<Items>
<CompatibleVersionItem>
<MinRequiredVersion>1.1.6.27644</MinRequiredVersion>
<DesignedForVersion>1.1.6.27644</DesignedForVersion>
</CompatibleVersionItem>
</Items>
</CompatibleVersion>
<SubSystemsUsed>
<Items />
</SubSystemsUsed>
</PluginDependencyItem>
</Items>
</PluginDependencies>
<GeneralInfo>
<Name>MQTT Plugin</Name>
<Id>2754692b-780b-4e29-9401-3dbd4d18709b</Id>
<Author>ajs</Author>
<HomePage>https://github.com/andrewjswan/MQTTPlugin</HomePage>
<ForumPage>https://forum.team-mediaportal.com/threads/mqtt-plugin.140314/</ForumPage>
<UpdateUrl>https://raw.githubusercontent.com/andrewjswan/MQTTPlugin/master/scripts/MQTTPlugin.xml</UpdateUrl>
<Version>
<Major>1</Major>
<Minor>0</Minor>
<Build>0</Build>
<Revision>14</Revision>
</Version>
<ExtensionDescription> Publish some Mediaportal statuses to MQTTBroker</ExtensionDescription>
<VersionDescription>Rebuild to support x86 and x64 architectures.
Support for Newtonsoft.Json.13.0.3
Fix for MP 1.33 x64

*** We Stand with Ukraine ***</VersionDescription>
<DevelopmentStatus>Stable</DevelopmentStatus>
<OnlineLocation>https://github.com/andrewjswan/MQTTPlugin/releases/download/v1.0.0.14/MQTTPlugin-1.0.0.14.MPE1</OnlineLocation>
<ReleaseDate>2024-03-19T21:21:10.6783632+00:00</ReleaseDate>
<Tags>mqtt</Tags>
<PlatformCompatibility>AnyCPU</PlatformCompatibility>
<Location>..\builds\MQTTPlugin-MAJOR.MINOR.BUILD.REVISION.MPE1</Location>
<Params>
<Items>
<SectionParam Name="Online Icon">
<Value>https://github.com/andrewjswan/MQTTPlugin/raw/master/MQTTPlugin/Resources/MQTTPlugin.png</Value>
<ValueType>String</ValueType>
<Description>The icon file of the package stored online (jpg,png,bmp)</Description>
</SectionParam>
<SectionParam Name="Configuration file">
<Value>%Plugins%\process\MQTTPlugin.dll</Value>
<ValueType>Template</ValueType>
<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">
<Value />
<ValueType>String</ValueType>
<Description>Online stored screenshot urls separated by ; </Description>
</SectionParam>
<SectionParam Name="Force to uninstall on update">
<Value>YES</Value>
<ValueType>Bool</ValueType>
<Description>Show dialog and force to uninstall previous version when updating an extension. Should only be disabled if you are using an NSIS/MSI installer.</Description>
</SectionParam>
</Items>
</Params>
</GeneralInfo>
<UniqueFileList>
<Items />
</UniqueFileList>
<ProjectSettings>
<FolderGroups />
</ProjectSettings>
<IsSkin>false</IsSkin>
</PackageClass>
</Items>
</ExtensionCollection>

0 comments on commit 21d501e

Please sign in to comment.