C#读取AssemblyInfo文件中的AssemblyVersion中的值

System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString()

你可能感兴趣的:(C#)