Skip to content

Commit

Permalink
修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
chr233 committed May 17, 2022
1 parent 3716713 commit 8cf2710
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions ASFEnhance/ASFEnhance.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@
</EmbeddedResource>
</ItemGroup>

<ItemGroup>
<Folder Include="Properties\" />
</ItemGroup>

<Target Name="PreBuild" BeforeTargets="PreBuildEvent">
<Exec Command="powershell -Command &quot;&amp;'$(ProjectDir)scripts\Pre-Build.ps1' '$(ProjectDir)'&quot;" />
</Target>
Expand Down
4 changes: 2 additions & 2 deletions ASFEnhance/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using System.Reflection;

[assembly: System.CLSCompliant(false)]
[assembly: AssemblyVersion("1.5.20.370")]
[assembly: AssemblyFileVersion("1.5.20.370")]
[assembly: AssemblyVersion("1.5.20.376")]
[assembly: AssemblyFileVersion("1.5.20.376")]

[assembly: AssemblyCopyright("Copyright © 2022 Chr_")]
[assembly: AssemblyProduct("ASFEnhance")]
Expand Down
2 changes: 1 addition & 1 deletion ASFEnhance/Store/HtmlParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ internal static class HtmlParser
}

string content = response.Content.Body.InnerHtml;
Match match = Regex.Match(content, @"g_historyCursor = ([^;]+)", RegexOptions.IgnoreCase);
Match match = Regex.Match(content, @"g_historyCursor = ([^;]+)");
if (!match.Success)
{
return null;
Expand Down
10 changes: 5 additions & 5 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@

> The \* mark means the ASFEnhance is compatibility with the ASF in theory, but haven't tested.
| ASFEnhance Version | Depended ASF |5.2.2.5 | 5.2.3.7 | 5.2.4.2 | 5.2.5.6 |
| ASFEnhance Version | Depended ASF | 5.2.2.5 | 5.2.3.7 | 5.2.4.2 | 5.2.5.7 |
| -------------------------------------------------------------------------- | ------------ | ------- | ------- | ------- | ------- |
| [1.5.20.368](https://github.com/chr233/ASFEnhance/releases/tag/1.5.20.368) | 5.2.5.6 | ✔️\* | ✔️\* | ✔️\* | ✔️ |
| [1.5.18.304](https://github.com/chr233/ASFEnhance/releases/tag/1.5.18.304) | 5.2.4.2 | ✔️\* | ✔️\* | ✔️ | ✔️\* |
| [1.5.17.289](https://github.com/chr233/ASFEnhance/releases/tag/1.5.17.289) | 5.2.4.2 | ✔️\* | ✔️\* | ✔️ | ✔️\* |
| [1.5.16.260](https://github.com/chr233/ASFEnhance/releases/tag/1.5.16.260) | 5.2.4.2 | ✔️\* | ✔️\* | ✔️ | ✔️\* |
| [1.5.20.376](https://github.com/chr233/ASFEnhance/releases/tag/1.5.20.376) | 5.2.5.7 | ✔️\* | ✔️\* | ✔️\* | ✔️ |
| [1.5.18.304](https://github.com/chr233/ASFEnhance/releases/tag/1.5.18.304) | 5.2.4.2 | ✔️\* | ✔️\* | ✔️ | ✔️\* |
| [1.5.17.289](https://github.com/chr233/ASFEnhance/releases/tag/1.5.17.289) | 5.2.4.2 | ✔️\* | ✔️\* | ✔️ | ✔️\* |
| [1.5.16.260](https://github.com/chr233/ASFEnhance/releases/tag/1.5.16.260) | 5.2.4.2 | ✔️\* | ✔️\* | ✔️ | ✔️\* |

<details>
<summary>History Version</summary>
Expand Down

0 comments on commit 8cf2710

Please sign in to comment.