B
barcrofter
This seems like a silly question -- How can I read the actual publish
version build data??.
When I use:
With My.Application.Info
Version.Text = "Version: " _
+ Format(.Version.Major + .Version.Minor / 10
+ .Version.Build / 100, "0.00")
End With
All I get is Version: 1.0 even though the actual publish is
1.1.150??? Minor and build are both 0
version build data??.
When I use:
With My.Application.Info
Version.Text = "Version: " _
+ Format(.Version.Major + .Version.Minor / 10
+ .Version.Build / 100, "0.00")
End With
All I get is Version: 1.0 even though the actual publish is
1.1.150??? Minor and build are both 0