Skip to content

Commit

Permalink
Merge pull request #1818 from JeffreySu/Developer
Browse files Browse the repository at this point in the history
Developer
  • Loading branch information
JeffreySu authored Jun 9, 2019
2 parents e32516c + e5ff41b commit 6b8b678
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Config>
<QrCodeId>67647</QrCodeId>
<DownloadCount>22290</DownloadCount>
<DownloadCount>45422</DownloadCount>
<Versions>
<Version>16.7.9</Version>
<Version>14.3.132</Version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AspNetCoreModuleName>AspNetCoreModule</AspNetCoreModuleName>
<!--<AspNetCoreHostingModel>OutOfProcess</AspNetCoreHostingModel>-->

<Version>3.5.3</Version>
<Version>3.5.4</Version>
<!--<DockerComposeProjectPath>..\docker-compose.dcproj</DockerComposeProjectPath>-->
<MvcRazorCompileOnPublish>false</MvcRazorCompileOnPublish>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public string Download(string version, bool isWebVersion)
if (!File.Exists(filePath))
{
//使用.zip文件
filePath.Replace(".rar", ".zip");
filePath = filePath.Replace(".rar", ".zip");
}
return filePath;
}
Expand Down

0 comments on commit 6b8b678

Please sign in to comment.