File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ # excel2json Change Log
2
+
3
+ ## Ver 1.1.1
4
+
5
+ * GUI模式:增加了 [ Reimport] 按钮,在设置项改变之后,方便重新导入数据;
6
+ * 优化了 Json 数组导出代码;
7
+ * 表格中空白项目计算了默认值:取当前列中非空的值,按照其类型构造默认值;
8
+
9
+
10
+
Original file line number Diff line number Diff line change 32
32
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
33
33
// 方法是按如下所示使用“*”:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "1.1.0 .0" ) ]
36
- [ assembly: AssemblyFileVersion ( "1.1.0 .0" ) ]
35
+ [ assembly: AssemblyVersion ( "1.1.1 .0" ) ]
36
+ [ assembly: AssemblyFileVersion ( "1.1.1 .0" ) ]
Original file line number Diff line number Diff line change 87
87
<Compile Include =" SQLExporter.cs" />
88
88
</ItemGroup >
89
89
<ItemGroup >
90
+ <None Include =" ChangeLog.md" />
90
91
<None Include =" Resources\App.config" />
91
92
<None Include =" LICENSE" />
92
93
<None Include =" packages.config" >
You can’t perform that action at this time.
0 commit comments