Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
… into develop
  • Loading branch information
LiuLiang authored and LiuLiang committed Jan 10, 2019
2 parents 60369e7 + d6f10aa commit 5a7e6e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
## v2.2.x (2018-12-20)
欢迎来到 WTM v2.2。此次更新主要是将 .Net Core 升级到 v2.2.0,并新增 Layui 组件。

### v2.2.3 (2019-01-08)

#### Bug Fixes

* 修改外部地址菜单刷新的bug ([918560f](https://github.com/WalkingTec/WalkingTec.Mvvm/commit/918560f))

### v2.2.2 (2019-01-04)

#### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion src/WalkingTec.Mvvm.Mvc/SetupVM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public enum ProjectTypeEnum { Single, Multi}

public class SetupVM : BaseVM
{
private string version = "2.2.2";
private string version = "2.2.3";

public bool EnableLog { get; set; }

Expand Down
2 changes: 1 addition & 1 deletion version.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>2.2.2</VersionPrefix>
<VersionPrefix>2.2.3</VersionPrefix>
<VersionSuffix Condition="'$(VersionSuffix)' == ''"></VersionSuffix>
<ProductBuildNumber></ProductBuildNumber>
<PackageSuffix></PackageSuffix>
Expand Down

0 comments on commit 5a7e6e2

Please sign in to comment.