c#获取程序版本号
2021-06-22 10:06
标签:name get style rod string cut += getname 程序集 Content.Text = "程序集版本:" + System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString() +"\n"; c#获取程序版本号 标签:name get style rod string cut += getname 程序集 原文地址:https://www.cnblogs.com/net-sky/p/10215889.html
Content.Text += "文件版本:" + Application.ProductVersion.ToString() +"\n";
Content.Text += "部署版本:" + System.Deployment.Application.ApplicationDeployment.CurrentDeployment.CurrentVersion.ToString();