Skip to content

Commit

Permalink
修复BeautyDir在以\结尾时命令行解析有误导致目录获取错误的问题
Browse files Browse the repository at this point in the history
# Release

## 修复
1. `BeautyDir`在以`\`结尾时命令行解析有误导致目录获取错误的问题
2. Fix #5
  • Loading branch information
liesauer committed Feb 21, 2020
1 parent ede8c86 commit 6a5441f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NetCoreBeautyGlobalTool/NetCoreBeautyGlobalTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ToolCommandName>ncbeauty</ToolCommandName>
<PackageOutputPath>.nupkg</PackageOutputPath>

<Version>1.2.1</Version>
<Version>1.2.2</Version>

<Authors>LiesAuer</Authors>
<Description>Move a .NET Core app runtime components and dependencies into a sub-directory and make it beauty.</Description>
Expand Down
2 changes: 1 addition & 1 deletion NetCoreBeautyNuget/Beauty.targets
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</ItemGroup>

<PropertyGroup>
<BeautyDir>"%(PublishDir.FullPath)"</BeautyDir>
<BeautyDir>"%(PublishDir.FullPath)/."</BeautyDir>
</PropertyGroup>

<Exec Command="$(BeautyBin) $(GitCDN) $(BeautyLogLevel) $(DisablePatch) $(ForceBeauty) $(BeautyDir) $(BeautyLibsDir)" />
Expand Down
2 changes: 1 addition & 1 deletion NetCoreBeautyNuget/NetCoreBeauty.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>nulastudio.NetCoreBeauty</id>
<description>Move a .NET Core app runtime components and dependencies into a sub-directory and make it beauty.</description>
<version>1.2.1</version>
<version>1.2.2</version>
<authors>LiesAuer</authors>
<owners>nulastudio</owners>
<projectUrl>https://github.com/nulastudio/NetCoreBeauty</projectUrl>
Expand Down

0 comments on commit 6a5441f

Please sign in to comment.