BamlLocalization.LocBaml.GetAssemblyVersion C# (CSharp) Method

GetAssemblyVersion() private static method

private static GetAssemblyVersion ( ) : string
return string
        private static string GetAssemblyVersion()
        {
            Assembly currentAssembly = Assembly.GetExecutingAssembly();
            return currentAssembly.GetName().Version.ToString(4);
        }