Commit e620f45
Relax IsDevelopmentVersion to accept any major version 0
The previous check required exactly version 0.2.173.2, which is the
hard-coded default in Version.props. Relax this to treat any version
with major version 0 as a development build. This is useful when
working with Copilot to build and install local versions, as it allows
Copilot to detect whether the currently installed version matches its
latest build by comparing version strings, without needing to use the
one specific hard-coded version number.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent f44d708 commit e620f45
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | | - | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
0 commit comments