IslandzVW / halcyon

InWorldz Halcyon 3d virtual reality world simulator
BSD 3-Clause "New" or "Revised" License
21 stars 26 forks source link

Matched assembly versioning to actual versioning #465

Closed kf6kjg closed 6 years ago

kf6kjg commented 6 years ago

Helps keep things understandable.

appurist commented 6 years ago

This will break the auto-build numbering.

kf6kjg commented 6 years ago

Hence it has the change for appveyor's automatic building built in. Unless you mean some other system?

On Sun, Aug 5, 2018 at 3:31 PM appurist notifications@github.com wrote:

This will break the auto-build numbering.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/InWorldz/halcyon/pull/465#issuecomment-410553280, or mute the thread https://github.com/notifications/unsubscribe-auth/ABGoaONwKsaHQMfBwnN78h6l0-82IPhbks5uN3IogaJpZM4Vvifh .

appurist commented 6 years ago

Last time I checked, the automatic build numbers in Visual Studio only support the in the third place. The in the fourth place was something like seconds since midnight, which would mean non-incrementing build numbers. This is why the AssemblyVersion did not include the leading "0." and restoring in will cause the build number to appear to be somewhat random.