The VS.NET Get Version action does not read the project's linker properties to retrieve the version. See here for details on how the version is retrieved:
http://www.visualbuild.com/Manual/vs_netprojver.htm
You would need to parse the project file via script code or a custom user action to retrieve linker properties.