Răsfoiți Sursa

api result message field might be object

Robert 11 luni în urmă
părinte
comite
befd52ebd4

+ 4 - 2
AwInitilizer/Assist/EvHttpClient.cs

@@ -23,7 +23,7 @@ namespace AwInitilizer.Assist
     public class EvAuthMsg
     {
         public string result { get; set; }
-        public string message { get; set; }
+        public object message { get; set; }
     }
 
     public static class EvHttpClient
@@ -254,9 +254,11 @@ namespace AwInitilizer.Assist
                             Msg = result,
                         };
                     }
-                    catch
+                    catch(Exception e)
                     {
                         //post fail
+                        EvHttpClientLogger.Instance.Log(e.Message);
+                        EvHttpClientLogger.Instance.Log(e.StackTrace);
                     }
                 }
 

+ 4 - 4
AwInitilizer/Properties/AssemblyInfo.cs

@@ -31,7 +31,7 @@ using System.Runtime.InteropServices;
 //
 // You can specify all the values or you can default the Build and Revision Numbers
 // by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.11.0.0")]
-[assembly: AssemblyVersion("1.11.0.0")]
-[assembly: AssemblyFileVersion("1.11.0.0")]
-[assembly: AssemblyInformationalVersion("8114f99")]
+// [assembly: AssemblyVersion("1.11.1.0")]
+[assembly: AssemblyVersion("1.11.1.0")]
+[assembly: AssemblyFileVersion("1.11.1.0")]
+[assembly: AssemblyInformationalVersion("270a13b")]

+ 1 - 1
GitVersion.yml

@@ -1,6 +1,6 @@
 assembly-versioning-scheme: MajorMinorPatch
 assembly-informational-format: '{ShortSha}'
-next-version: 1.11.1
+next-version: 1.11.2
 branches: {}
 ignore:
   sha: []

+ 3 - 3
Initilizer/AssemblyInfo.cs

@@ -9,7 +9,7 @@
                                               // app, or any theme specific resource dictionaries)
 )]
 
-[assembly: AssemblyVersion("1.11.0.0")]
-[assembly: AssemblyFileVersion("1.11.0.0")]
-[assembly: AssemblyInformationalVersion("8114f99")]
+[assembly: AssemblyVersion("1.11.1.0")]
+[assembly: AssemblyFileVersion("1.11.1.0")]
+[assembly: AssemblyInformationalVersion("270a13b")]
 

+ 4 - 4
MesAdaptor/Properties/AssemblyInfo.cs

@@ -31,7 +31,7 @@ using System.Runtime.InteropServices;
 //
 // You can specify all the values or you can default the Build and Revision Numbers
 // by using the '*' as shown below:
-// [assembly: AssemblyVersion("1.11.0.0")]
-[assembly: AssemblyVersion("1.11.0.0")]
-[assembly: AssemblyFileVersion("1.11.0.0")]
-[assembly: AssemblyInformationalVersion("8114f99")]
+// [assembly: AssemblyVersion("1.11.1.0")]
+[assembly: AssemblyVersion("1.11.1.0")]
+[assembly: AssemblyFileVersion("1.11.1.0")]
+[assembly: AssemblyInformationalVersion("270a13b")]