Skip to content

Commit 98568b2

Browse files
committed
v1.4 - Fixed Support in MultiAction
1 parent 160659b commit 98568b2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

DelayedText/DelayedText.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
<Reference Include="streamdeck-client-csharp, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
4646
<HintPath>..\..\..\DotNet\StreamDeck\packages\streamdeck-client-csharp.4.1.0\lib\netstandard2.0\streamdeck-client-csharp.dll</HintPath>
4747
</Reference>
48-
<Reference Include="StreamDeckTools, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
49-
<HintPath>..\..\..\DotNet\StreamDeck\packages\StreamDeck-Tools.2.0.0\lib\net472\StreamDeckTools.dll</HintPath>
48+
<Reference Include="StreamDeckTools, Version=2.0.1.0, Culture=neutral, processorArchitecture=MSIL">
49+
<HintPath>..\..\..\DotNet\StreamDeck\packages\StreamDeck-Tools.2.0.1\lib\net472\StreamDeckTools.dll</HintPath>
5050
</Reference>
5151
<Reference Include="System" />
5252
<Reference Include="System.Configuration" />

DelayedText/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"Name": "Delayed Text Input",
2222
"Icon": "Images/pluginIcon",
2323
"URL": "https://barraider.github.io/",
24-
"Version": "1.3",
24+
"Version": "1.4",
2525
"CodePath": "com.barraider.delayedtext",
2626
"Category": "BarRaider",
2727
"CategoryIcon": "Images/categoryIcon",

DelayedText/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net472" />
66
<package id="NLog" version="4.5.11" targetFramework="net472" />
77
<package id="streamdeck-client-csharp" version="4.1.0" targetFramework="net472" />
8-
<package id="StreamDeck-Tools" version="2.0.0" targetFramework="net472" />
8+
<package id="StreamDeck-Tools" version="2.0.1" targetFramework="net472" />
99
<package id="System.Drawing.Common" version="4.5.1" targetFramework="net472" />
1010
</packages>

0 commit comments

Comments
 (0)