From 0ac2239ffad1680724dfae7d6857daf083bbc985 Mon Sep 17 00:00:00 2001 From: Lex Lim Date: Sun, 3 Oct 2021 11:38:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Opcode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HousingCheck/HousingCheck.cs | 2 +- HousingCheck/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HousingCheck/HousingCheck.cs b/HousingCheck/HousingCheck.cs index a507292..db9ebb1 100644 --- a/HousingCheck/HousingCheck.cs +++ b/HousingCheck/HousingCheck.cs @@ -31,7 +31,7 @@ public enum ApiVersion { V1, V2 } public class HousingCheck : IActPluginV1 { public static bool DEBUG_MODE = false; - public const int OPCODE = 321; + public const int OPCODE = 0x585; /// /// 房屋列表,用于和控件双向绑定 /// diff --git a/HousingCheck/Properties/AssemblyInfo.cs b/HousingCheck/Properties/AssemblyInfo.cs index 55d7f0c..0b9483d 100644 --- a/HousingCheck/Properties/AssemblyInfo.cs +++ b/HousingCheck/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.4.3.0")] -[assembly: AssemblyFileVersion("1.4.3.0")] +[assembly: AssemblyVersion("1.4.4.0")] +[assembly: AssemblyFileVersion("1.4.4.0")]