Skip to content

Commit

Permalink
支持 dotnet 6 等 SDK 版本
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Dec 13, 2023
1 parent 179089e commit 894dd9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EncodingNormalior/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

在命令行输入下面命令作为全局工具安装

```csharp
```
dotnet tool install -g dotnetCampus.EncodingNormalior
```

Expand Down
2 changes: 1 addition & 1 deletion EncodingNormalior/dotnetCampus.EncodingNormalior.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackAsTool>true</PackAsTool>
<ToolCommandName>EncodingNormalior</ToolCommandName>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>

<RollForward>Major</RollForward>
<Description>
编码规范工具——命令行

Expand Down
2 changes: 1 addition & 1 deletion build/Version.props
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
<Version>1.7.2</Version>
<Version>1.7.3</Version>
</PropertyGroup>
</Project>

0 comments on commit 894dd9d

Please sign in to comment.