diff --git a/README.md b/README.md index 557641d..20e344e 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ Introducing our new [wiki](https://github.com/BarRaider/streamdeck-tools/wiki) p # Change Log +### Version 6.2 +- Support for .NET 8.0 + ### Version 6.1 - Support for new `DialDown` and `DialUp` events. - Removed support for deprecated `DialPress` event diff --git a/barraider-sdtools/barraider-sdtools.csproj b/barraider-sdtools/barraider-sdtools.csproj index 4d29228..988a9bf 100644 --- a/barraider-sdtools/barraider-sdtools.csproj +++ b/barraider-sdtools/barraider-sdtools.csproj @@ -1,6 +1,6 @@  - netstandard2.0 + netstandard2.0;net8.0 true BarRaider Stream Deck Tools by BarRaider @@ -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 - Copyright © BarRaider 2023 + Copyright © BarRaider 2024 https://github.com/BarRaider/streamdeck-tools/blob/master/LICENSE https://github.com/BarRaider/streamdeck-tools https://github.com/BarRaider/streamdeck-tools StreamDeck Elgato Library Plugin Stream Deck Toolkit StreamDeck-Tools - 6.1.4.0 - 6.1.4.0 - 6.1.4 - 6.1.4 + 6.2 + 6.2 + 6.2 + 6.2 - Added support for .NET 8.0 BarRaider.SdTools StreamDeckTools BRLogo_460.png @@ -38,9 +38,9 @@ Feel free to contact me for more information: https://barraider.com - - - + + +