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

How to use SUM() in MySQL for calculated values -

ios - IBOutlet for image button not correctly referencing button after recreating outlet -

java - AEM: 403 Forbidden occurs when call a Post servlet -