Skip to content

Commit 4c440e4

Browse files
committed
Updated to v1.1.5
* ContextId can now be obtained from the SDConnection object * Logging now automaticaly archives old logs to a "logs" folder * Updated dependencies to release versions
1 parent 7c17415 commit 4c440e4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

barraider-sdtools/SDConnection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public async Task ShowOk()
110110
/// </summary>
111111
/// <param name="connection"></param>
112112
/// <param name="actionId"></param>
113-
/// <param name="ContextId"></param>
113+
/// <param name="contextId"></param>
114114
public SDConnection(streamdeck_client_csharp.StreamDeckConnection connection, string actionId, string contextId)
115115
{
116116
StreamDeckConnection = connection;

barraider-sdtools/barraider-sdtools.csproj

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Using this library, you only need to derive from the abstract plugin base class
1818
<FileVersion>1.1.5.0</FileVersion>
1919
<Version>1.1.5</Version>
2020
<PackageReleaseNotes>* ContextId can now be obtained from the SDConnection object
21-
* Fixed small typo in log</PackageReleaseNotes>
21+
* Logging now automaticaly archives old logs to a "logs" folder
22+
* Updated dependencies to release versions</PackageReleaseNotes>
2223
</PropertyGroup>
2324
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|netstandard2.0|AnyCPU'">
2425
<DocumentationFile>D:\Projects\github\barraider-sdtools\barraider-sdtools\barraider-sdtools.xml</DocumentationFile>
@@ -27,7 +28,7 @@ Using this library, you only need to derive from the abstract plugin base class
2728
<PackageReference Include="CommandLineParser" Version="2.4.3" />
2829
<PackageReference Include="Newtonsoft.Json" Version="12.0.1" />
2930
<PackageReference Include="NLog" Version="4.5.11" />
30-
<PackageReference Include="streamdeck-client-csharp" Version="0.1.2-preview" />
31+
<PackageReference Include="streamdeck-client-csharp" Version="4.0.1" />
3132
</ItemGroup>
3233
<ItemGroup>
3334
<Folder Include="Properties\" />

0 commit comments

Comments
 (0)