Get the Product Name and Assembly Version Information

Contents
[ ]

Below is a code snippet that prints the product and assembly info on the output screen.

System.out.println("Assembly version: " + BuildVersionInfo.ASSEMBLY_VERSION);
System.out.println("Product: " + BuildVersionInfo.PRODUCT);
System.out.println("Release Date: " + BuildVersionInfo.RELEASE_DATE);
todo:image_alt_text
Figure: Output screen