EliteAttack: added INFO logging for carrier events
This commit is contained in:
parent
302fd9f512
commit
fa4e9535ba
3 changed files with 7 additions and 1 deletions
|
@ -10,6 +10,12 @@ it will be worked on when it is worked on.
|
|||
* Updated documentation for the switch to 64-bit as the standard VoiceAttack
|
||||
distribution format.
|
||||
|
||||
## EliteAttack 8.2.2
|
||||
|
||||
### Added
|
||||
|
||||
* INFO logging for carrier events.
|
||||
|
||||
## RatAttack 6.2.3
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -58,7 +58,7 @@ namespace EliteAttack
|
|||
| required VoiceAttack plugin shenanigans |
|
||||
\========================================*/
|
||||
|
||||
static readonly Version VERSION = new Version("8.2.1");
|
||||
static readonly Version VERSION = new Version("8.2.2");
|
||||
|
||||
public static Guid VA_Id()
|
||||
=> new Guid("{5B46321D-2935-4550-BEEA-36C2145547B8}");
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue