- @CultureInfo.CurrentCulture
- V-@(typeof(Map).Assembly.GetName().Version)
+ Version @(((AssemblyFileVersionAttribute)Attribute.GetCustomAttribute(
+ typeof(Map).Assembly,
+ typeof(AssemblyFileVersionAttribute), false)
+ ).Version)
+ (@CultureInfo.CurrentCulture)
GitHub