Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yibei333 committed Sep 26, 2024
1 parent 1f18697 commit 70ff1aa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Nuget.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[文档](https://github.com/yibei333/single-exe)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# single-exe [![](https://github.com/yibei333/single-exe/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/yibei333/single-exe/actions/workflows/release.yml)|
# single-exe [![](https://github.com/yibei333/single-exe/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/yibei333/single-exe/actions/workflows/release.yml)
将你的应用打包为单个可执行文件(exe),以便于分发。

## 截图
Expand Down
2 changes: 1 addition & 1 deletion assets/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.4
1.0.5
6 changes: 3 additions & 3 deletions src/SingleExe.Tool/SingleExe.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Version>1.0.4</Version>
<Version>1.0.5</Version>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageReadmeFile>Nuget.md</PackageReadmeFile>

<PackAsTool>true</PackAsTool>
<ToolCommandName>single-exe</ToolCommandName>
Expand All @@ -40,7 +40,7 @@
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="../../README.md" Link="Assets\README.md">
<None Include="../../Nuget.md" Link="Assets\Nuget.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
Expand Down

0 comments on commit 70ff1aa

Please sign in to comment.