I'm trying to add both a Version Suffix and Prefix to my assembly version and print it out. This is what I have: ```csharp <VersionPrefix>1.0.0</VersionPrefix> <VersionSuffix>alpha</VersionSuffix> ``` ```csharp var assembly = Assembly.GetExecutingAssembly(); var assemblyVersion = assembly.GetName().Version; ``` But when I print out the version, I get 1.0.0.0.