Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yibei333 committed Dec 5, 2024
1 parent c4d7b22 commit 4f36ce6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.1
1.1.2
2 changes: 1 addition & 1 deletion src/SingleExe.Tool/SingleExe.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<Version>1.1.1</Version>
<Version>1.1.2</Version>
<GeneratePackageOnBuild>False</GeneratePackageOnBuild>
<PackageReadmeFile>Nuget.md</PackageReadmeFile>
<AssemblyName>single-exe</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/SingleExe/App.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ bool IsOtherProcessExist()
catch (Exception ex)
{
Debug.WriteLine(ex.Message);
return false;
return true;
}
}
}

0 comments on commit 4f36ce6

Please sign in to comment.