Skip to content

Minor release 1.4.3 (All packages)

Compare
Choose a tag to compare
@trannamtrung1st trannamtrung1st released this 19 Mar 04:49
· 6 commits to main since this release
adc5012

Related PR: #29

WARNING: the API used for registering event handlers has been changed, please see the corresponding pull request and release for more information.

From:

driver.[Event] += (...) => 
{
    ...
};

To

driver.[Event].Add((...) => 
{
    ...
});