Skip to content

Commit

Permalink
ver 1.1.1 and change log
Browse files Browse the repository at this point in the history
  • Loading branch information
neil3d committed Jan 16, 2018
1 parent f5fed2c commit d1eba7f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# excel2json Change Log

## Ver 1.1.1

* GUI模式:增加了 [Reimport] 按钮,在设置项改变之后,方便重新导入数据;
* 优化了 Json 数组导出代码;
* 表格中空白项目计算了默认值:取当前列中非空的值,按照其类型构造默认值;



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 @@
// 可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.1.0.0")]
[assembly: AssemblyFileVersion("1.1.0.0")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
1 change: 1 addition & 0 deletions excel2json.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
<Compile Include="SQLExporter.cs" />
</ItemGroup>
<ItemGroup>
<None Include="ChangeLog.md" />
<None Include="Resources\App.config" />
<None Include="LICENSE" />
<None Include="packages.config">
Expand Down

0 comments on commit d1eba7f

Please sign in to comment.