Skip to content

Commit

Permalink
3.2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
Myp3a committed Nov 13, 2022
1 parent 0059e8d commit 1f5fa25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions JSONSchema.cs
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ internal void loadJSON(StreamingContext context)
public int mtrTraceCDEachReason { get; set; }
public int mtrTimeInterval { get; set; }
public List<object> mtrBanReasons { get; set; }
public bool gcgInLevelDefaultShowUIDetail { get; set; }
public List<string> _customDataKeyList { get; set; }
public List<string> _customDataValueList { get; set; }
public List<int> _serializedCodeSwitches { get; set; }
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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("3.1.0.0")]
[assembly: AssemblyFileVersion("3.1.0.0")]
[assembly: AssemblyVersion("3.2.0.0")]
[assembly: AssemblyFileVersion("3.2.0.0")]

0 comments on commit 1f5fa25

Please sign in to comment.