Using Serilog. Added partial OBS batch request support. Added update checking. Added more commands. Added enabled/disabled TTS voices. And more.
This commit is contained in:
10
Hermes/TTSVersion.cs
Normal file
10
Hermes/TTSVersion.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace TwitchChatTTS.Hermes
|
||||
{
|
||||
public class TTSVersion
|
||||
{
|
||||
public int MajorVersion { get; set; }
|
||||
public int MinorVersion { get; set; }
|
||||
public string Download { get; set; }
|
||||
public string Changelog { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user