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