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?
Comments
Post a Comment