49ea2ba2a65bc1da75c6e4f6da91e56118f7fa06
Updated a couple of variables for better memory use. Added Support for ignoring specific streamers Moved to using a SingletonFactory for Singlton Classes No Longer Using MessageBox for disconnected message Added better detection for disconnected to stop it poping with other problems Added Window and menu option to open window to manage ignored streamers
Twitch Notify
Not affiliated with Twitch or Amazon
Installation
Twitch Notify Requires .NET 6 Desktop Runtime.
Development
Want to contribute? Great!
Project is built using Visual Studios 2022,
You need to create Application to obtain a ID and Secret on Twitch Developer Console
Add a new C# Class to the project named TwitchDetails.cs add the following code with your ID and Secret
namespace TwitchDesktopNotifications
{
static public class TwitchDetails
{
public static string TwitchClientID = "";
public static string TwitchClientSecret = "";
}
}
CommunityToolkit 8.0.0 Pre-release
Project Requests CommunityToolkit-MainLatest NuGET Package Source
- Tool > NuGET Package Manager > Package Manager Settings
- Click on Package Source (just below the select General in the Left hand column
- Click the + icon top right
-
- Enter the Name
CommunityToolkit-MainLatestand Sourcehttps://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-MainLatest/nuget/v3/index.json
- Enter the Name
- Click Update
- Click Ok
License
MIT Free Software, Hell Yeah!
Release Candidate 3
Latest
Languages
Inno Setup
43.2%
Rich Text Format
28.4%
C#
27%
PowerShell
1.4%