Skip to content

Commit

Permalink
prepare 3.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
liuliang-wt committed Jun 30, 2020
1 parent f8af7f5 commit d125e54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/WalkingTec.Mvvm.Core/WalkingTec.Mvvm.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<Description>WalkingTec.Mvvm</Description>
<AssemblyName>WalkingTec.Mvvm.Core</AssemblyName>
<Title>$(AssemblyName)</Title>
<IsPackable>true</IsPackable>
</PropertyGroup>

<Import Project="..\..\common.props" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<Description>WalkingTec.Mvvm</Description>
<AssemblyName>WalkingTec.Mvvm.TagHelpers.LayUI</AssemblyName>
<Title>$(AssemblyName)</Title>
</PropertyGroup>
<IsPackable>true</IsPackable>
</PropertyGroup>

<Import Project="..\..\common.props" />

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>3.6.6</VersionPrefix>
<VersionPrefix>3.6.7</VersionPrefix>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
Expand Down

0 comments on commit d125e54

Please sign in to comment.