Skip to content

Commit

Permalink
v1.4 - Fixed Support in MultiAction
Browse files Browse the repository at this point in the history
  • Loading branch information
BarRaider committed Mar 8, 2019
1 parent 160659b commit 98568b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DelayedText/DelayedText.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
<Reference Include="streamdeck-client-csharp, Version=4.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\..\DotNet\StreamDeck\packages\streamdeck-client-csharp.4.1.0\lib\netstandard2.0\streamdeck-client-csharp.dll</HintPath>
</Reference>
<Reference Include="StreamDeckTools, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\..\DotNet\StreamDeck\packages\StreamDeck-Tools.2.0.0\lib\net472\StreamDeckTools.dll</HintPath>
<Reference Include="StreamDeckTools, Version=2.0.1.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\..\DotNet\StreamDeck\packages\StreamDeck-Tools.2.0.1\lib\net472\StreamDeckTools.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
Expand Down
2 changes: 1 addition & 1 deletion DelayedText/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"Name": "Delayed Text Input",
"Icon": "Images/pluginIcon",
"URL": "https://barraider.github.io/",
"Version": "1.3",
"Version": "1.4",
"CodePath": "com.barraider.delayedtext",
"Category": "BarRaider",
"CategoryIcon": "Images/categoryIcon",
Expand Down
2 changes: 1 addition & 1 deletion DelayedText/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
<package id="Newtonsoft.Json" version="12.0.1" targetFramework="net472" />
<package id="NLog" version="4.5.11" targetFramework="net472" />
<package id="streamdeck-client-csharp" version="4.1.0" targetFramework="net472" />
<package id="StreamDeck-Tools" version="2.0.0" targetFramework="net472" />
<package id="StreamDeck-Tools" version="2.0.1" targetFramework="net472" />
<package id="System.Drawing.Common" version="4.5.1" targetFramework="net472" />
</packages>

0 comments on commit 98568b2

Please sign in to comment.