Skip to content

Commit

Permalink
Support new Stream Deck types
Browse files Browse the repository at this point in the history
  • Loading branch information
BarRaider committed Jan 4, 2025
1 parent 3c89b61 commit 6fe90ba
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 7 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ Introducing our new [wiki](https://github.com/BarRaider/streamdeck-tools/wiki) p

# Change Log

### Version 6.3
- Support for new Stream Deck types

### Version 6.2
- Support for .NET 8.0

Expand Down
2 changes: 1 addition & 1 deletion barraider-sdtools/StreamDeckInfo/DeviceType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public enum DeviceType
StreamDeckPedal = 5,

/// <summary>
/// Corsair CUE SDK (?)
/// Corsair CUE SDK
/// </summary>
CorsairCueSDK = 6,

Expand Down
10 changes: 5 additions & 5 deletions barraider-sdtools/barraider-sdtools.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ This library encapsulates all the overhead of setting up the framework, so that
[Samples for using the library are provided here: https://github.com/BarRaider/streamdeck-tools]
Using this library, you only need to derive from the abstract PluginBase class and add one line of code in your program.cs to have a working plugin. More info and working samples here: https://github.com/BarRaider/streamdeck-tools .
Feel free to contact me for more information: https://barraider.com</Description>
<Copyright>Copyright © BarRaider 2024</Copyright>
<Copyright>Copyright © BarRaider 2025</Copyright>
<PackageLicenseUrl>https://github.com/BarRaider/streamdeck-tools/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/BarRaider/streamdeck-tools</PackageProjectUrl>
<RepositoryUrl>https://github.com/BarRaider/streamdeck-tools</RepositoryUrl>
<PackageTags>StreamDeck Elgato Library Plugin Stream Deck Toolkit</PackageTags>
<PackageId>StreamDeck-Tools</PackageId>
<PackageIconUrl></PackageIconUrl>
<AssemblyVersion>6.2</AssemblyVersion>
<FileVersion>6.2</FileVersion>
<Version>6.2</Version>
<PackageReleaseNotes>6.2 - Added support for .NET 8.0</PackageReleaseNotes>
<AssemblyVersion>6.3</AssemblyVersion>
<FileVersion>6.3</FileVersion>
<Version>6.3</Version>
<PackageReleaseNotes>6.3 - Support for new Stream Deck types</PackageReleaseNotes>
<RootNamespace>BarRaider.SdTools</RootNamespace>
<AssemblyName>StreamDeckTools</AssemblyName>
<PackageIcon>BRLogo_460.png</PackageIcon>
Expand Down
12 changes: 11 additions & 1 deletion barraider-sdtools/streamdeck-tools.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6fe90ba

Please sign in to comment.