版本未更改 [英] Version not changing

查看:63
本文介绍了版本未更改的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



在我的应用程序中,版本未更改
请帮帮我,可能是什么原因?

在此先感谢

解决方案

您是否正在设置自己的版本?您可以通过修改项目的 AssemblyInfo.cs文件中AssemblyVersion Attribute属性的值来实现.

例如[assembly: AssemblyVersion("1.1.*")]


检查此内容.

http://bloggingabout. net/blogs/vagif/archive/2010/04/24/using-t4-templates-to-manage-assembly-version-information.aspx [更新程序集版本 [如何自动更新程序集版本号 [ 解决方案

Are you setting the version your self? You can achieve this by modifying the value of the AssemblyVersion Attribute attribute in the project''s AssemblyInfo.cs file.

e.g. [assembly: AssemblyVersion("1.1.*")]


Check this.

http://bloggingabout.net/blogs/vagif/archive/2010/04/24/using-t4-templates-to-manage-assembly-version-information.aspx[^]


The best practice is that set the versions your self by modifying AssemblyInfo.cs file.
Or you can use this Updating the Assembly Version[^] and How To Update Assembly Version Number Automatically[^]


这篇关于版本未更改的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆