Skip to content

Commit c0112e7

Browse files
committed
Update dependencies
1 parent 9deaf32 commit c0112e7

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ A set of tools for manipulating text files through the Elgato Stream Deck. Usefu
44

55
**Author's website and contact information:** [https://barraider.com](https://barraider.com)
66

7+
## New in v1.5
8+
- Both `Next Line Writer` and `Random Line Writer` now support choosing from different types of outputs (Simulate typing, Copy to clipboard, Save to file)
9+
710
## New in 1.4
811
- New `Next Line` action cycles through a text file and output the next line on every keypress
912
- Both `Next Line` and `Random Line` actions now support outputting to clipboard

streamdeck-textfiletools/TextFileTools.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,20 +66,20 @@
6666
<HintPath>..\..\..\DotNet\StreamDeck\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
6767
</Reference>
6868
<Reference Include="NLog, Version=5.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
69-
<HintPath>..\..\..\DotNet\StreamDeck\packages\NLog.5.3.4\lib\net46\NLog.dll</HintPath>
69+
<HintPath>..\..\..\DotNet\StreamDeck\packages\NLog.5.4.0\lib\net46\NLog.dll</HintPath>
7070
</Reference>
7171
<Reference Include="PickersUtil">
7272
<HintPath>..\..\PickersUtil\PickersUtil\bin\Release\PickersUtil.dll</HintPath>
7373
</Reference>
74-
<Reference Include="StreamDeckTools, Version=6.2.0.0, Culture=neutral, processorArchitecture=MSIL">
75-
<HintPath>..\..\..\DotNet\StreamDeck\packages\StreamDeck-Tools.6.2.0\lib\netstandard2.0\StreamDeckTools.dll</HintPath>
74+
<Reference Include="StreamDeckTools, Version=6.3.1.0, Culture=neutral, processorArchitecture=MSIL">
75+
<HintPath>..\..\..\DotNet\StreamDeck\packages\StreamDeck-Tools.6.3.1\lib\netstandard2.0\StreamDeckTools.dll</HintPath>
7676
</Reference>
7777
<Reference Include="System" />
7878
<Reference Include="System.Configuration" />
7979
<Reference Include="System.Core" />
8080
<Reference Include="System.Drawing" />
8181
<Reference Include="System.Drawing.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
82-
<HintPath>..\..\..\DotNet\StreamDeck\packages\System.Drawing.Common.9.0.0\lib\net462\System.Drawing.Common.dll</HintPath>
82+
<HintPath>..\..\..\DotNet\StreamDeck\packages\System.Drawing.Common.9.0.1\lib\net462\System.Drawing.Common.dll</HintPath>
8383
</Reference>
8484
<Reference Include="System.IO.Compression" />
8585
<Reference Include="System.Runtime.Serialization" />

0 commit comments

Comments
 (0)