Silverlight 4 OOB 更新
我已经构建了一个 silverlight 4 应用程序,即将部署,但我在更新时遇到了一些问题。
我使用的版本号系统是
- Major = 年
- Minor = 月
- Revison = 天
- Build = 版本号今天。
更新到我们推出更新的那天。
现在根据 此网站 SilverLight 将仅当主要/次要发生更改时才获取更新。
这附近还有吗? 如果我必须更改版本编号系统也没关系。
干杯 托尼
I've built a silverlight 4 app that is soon to be deployed but I'm having some trouble with the updating.
The versioning number system I'm using is
- Major = year
- Minor = month
- Revison = day
- Build = build number for the day.
Which is updated to the day we push an update out.
Now according to this site SilverLight will only grab an update if there is a change to Major/Minor.
Is there anyway around this?
If I have to change the version numbering system that's fine too.
Cheers
Tony
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个类似的问题,除非清除缓存,否则 IE 将无法获得更新,因此我将版本号添加到 html/aspx.txt 中的对象中。像这样:
现在每次版本更改时 IE 都会获取最新版本。这可以是任何东西,我只是选择了版本号。
Had a similar issue where IE wouldn't get the update unless the cache is cleared so I added the version number to the object in the html/aspx. Like this:
Now IE gets the latest every time the version changes. This could be anything, I just chose the version number.