To update package version number use:
(PackageManager current packageNamed: 'SMSComposer')
packageVersion: '1.0.0.5'
I guess what you are doing below is not updating the package version but
setting the executable file version which is displayed in Windows file
explorer when you select the deployed executable file and click on
properties. I haven't tried this though.
Best regards,
David Gorisek
http://wiki.gorisek.comMark Derricutt wrote:
> Anyone know why when I update the file/product version number with:
>
> ((PackageManager current packageNamed: 'SMSComposer') imageStripper
> versionResource)
> productVersion: '1.0.0.5';
> fileVersion: '1.0.0.4'.
>
> the updated version numbers don't seem to be there when I right-click on
> the package, view its properties and drill down to the version resource?
>
> amrk