Commit b656a34
committed
fix: manifest.json template - appType must be string, version must be clientVersion
ManifestInfo.AppType is a string field (enum name parsed via
Enum.TryParse), and the version field key is 'clientVersion'
not 'version'. Updated template to match actual deserialization.
Discovered and verified via end-to-end integration test:
Server → Client → Download → SHA256 verify → Extract → all pass1 parent ec9b094 commit b656a34
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
0 commit comments