syntax = "proto3"; option csharp_namespace = "Proto"; message UpdateInfo { uint32 version_code = 1; string version_name = 2; string description = 3; string package_link = 4; bool force_update = 5; bool enable_lib_download = 6; bool enable_auto_update = 7; string current_cn_hash = 8; string current_os_hash = 9; }