visual studio 2015 - VSTO get the publication version of my add in -


i've made vsto excel addin. need put in label version of addin. can assembly version,

dim ver string = messagebox.show(globals.thisaddin.gettype().assembly.getname().version.tostring()) 

with global class can't retrive version of publication...

dim ver2 string = globals.thisworkbook.application.version

but need see publication version. there way?

enter image description here


Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -