Getting plugin version?Solved
I have a plugin that makes web requests and I want to get the plugin version and send it to the server. How dows one get the plugin version?

Thanks in advance!
this.Version


Open the plugin's .cs file and up the top, usually around the 11th line, it will say the plugin name, the author and the version number.
Simply Version would suffice.

Other available variables:

Title
Name
HasConfig
HasMessages

Might be more, but can’t lull those from memory.
In response to Orange ():
this.Version
Perfect, thanks!
In response to Wulf ():
Simply Version would suffice.

Other available variables:

Title
Name
...
Awesome, thanks!
In response to LoneWolfAU ():


Open the plugin's .cs file and up the top, usually around the 11th line, it will say the...
Yeah, sorry, I wasn't entirely clear that I wanted it as a variable. :)
Ahhhhh. LOL
Locked automatically