Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot find any method to get current installed LibreAutomate version as a string
#1
I cannot find any method in library to get current installed LA version as a string.
#2
Code:
Copy      Help
print.it(Au_.Version); //public but hidden

//or


print.it(typeof(print).Assembly.GetName().Version.ToString(3)); //how to get version of any assembly

Library version and LA program version are always the same.
#3
Thank you!


Forum Jump:


Users browsing this thread: 1 Guest(s)