update UdpNotifier plugin details.

This commit is contained in:
chris.watts90@outlook.com 2018-02-28 20:11:43 +00:00
parent 0ef4a5fed2
commit 4657780d93

View File

@ -21,7 +21,7 @@ namespace UdpNotifier
public PluginDetails GetPluginDetails()
{
return new PluginDetails("UdpNotifier", "Chris Watts", "UDP Notification engine", "1.0.0.0");
return new PluginDetails("UdpNotifier", "Chris Watts", "UDP Notification engine", "1.0.0.0", "UDP Notifier");
}
public void NotifyRaceStarted(NotificationEventArgs args)