Skip to content

Commit

Permalink
尝试修复路径变更
Browse files Browse the repository at this point in the history
升级命令行库,需要同步修改参数
  • Loading branch information
lindexi committed Feb 7, 2022
1 parent 77ca3db commit 0a72db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SourceFusion.Tool/Cli/Options.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace dotnetCampus.SourceFusion.Cli
{
internal class Options
{
[Value('w', Description = "转换源码的工作路径。")]
[Option('w', "working-directory", Description = "转换源码的工作路径。")]
public string WorkingDirectory { get; set; }

[Option('t', "tool-folder", Description = "SourceFusion 可以使用的临时文件夹路径。")]
Expand Down
2 changes: 1 addition & 1 deletion src/SourceFusion.Tool/SourceFusion.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Product>dotnetCampus.SourceFusion</Product>
<PackageId>dotnetCampus.SourceFusion</PackageId>
<!--<GeneratePackageOnBuild>true</GeneratePackageOnBuild>-->
<Version>0.10.7-alpha09</Version>
<Version>0.10.7-alpha10</Version>
<BuildOutputTargetFolder>tools</BuildOutputTargetFolder>
<Description>
使代码在编译期执行,以提升运行时效率。
Expand Down

0 comments on commit 0a72db3

Please sign in to comment.