Posts: 15
Threads: 6
Joined: Mar 2025
I cannot find any method in library to get current installed LA version as a string.
Posts: 12,147
Threads: 143
Joined: Dec 2002
05-21-2025, 06:20 AM
(This post was last modified: 05-21-2025, 06:47 AM by Gintaras.)
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.
Posts: 15
Threads: 6
Joined: Mar 2025