Page 1 of 1

ProductVersion in build executable has comma's instead of dots

Posted: Thu Feb 07, 2019 1:44 am
by DennisVH
Product, version and build: PowerShell Studio 5.6.158
32 or 64 bit version of product: 64 bit
Operating system: Windows 7 and Windows 10
32 or 64 bit OS: 64 bit

When building executable, ProductVersion has comma's instead of dots.

In PowerShell Studio the ProductVersion has dots:
PS Studio Version Information.png
PS Studio Version Information.png (14.55 KiB) Viewed 1538 times
But when retrieving file details of the executable it shows comma's:
File Properties Details.png
File Properties Details.png (30 KiB) Viewed 1538 times
System.Diagnostics.FileVersionInfo.png
System.Diagnostics.FileVersionInfo.png (3.87 KiB) Viewed 1538 times

Re: ProductVersion in build executable has comma's instead of dots

Posted: Fri Feb 08, 2019 7:38 am
by Alexander Riedel
Windows actually uses the comma as a default version delimiter. So it is perfectly fine, but maybe not what you want.
We will look into it.