diff --git a/LrcHelper/Properties/AssemblyInfo.cs b/LrcHelper/Properties/AssemblyInfo.cs index dda4ab5..3bc3803 100644 --- a/LrcHelper/Properties/AssemblyInfo.cs +++ b/LrcHelper/Properties/AssemblyInfo.cs @@ -34,6 +34,6 @@ // 方法是按如下所示使用“*”: : // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("2.3.2.0")] +[assembly: AssemblyFileVersion("3.0.0.0")] [assembly: NeutralResourcesLanguage("en-001")] diff --git a/README.md b/README.md index b951000..edd45ca 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ----- -**运行要 .NET Framework 4.7.2 的支持** +**运行要 .NET Framework 4.8 的支持** 针对网易云音乐开发,根据提供的歌曲/歌单/专辑 ID,自动下载整理歌词(含翻译)的功能。 @@ -54,6 +54,8 @@ ## 参考&感谢 +感谢 [@Initial-heart](https://github.com/Initial-heart-1) 的帮助!当服务器因为过于频繁请求而拒绝时,可以自动延迟并重试。 + 感谢 [@stevennight](https://github.com/stevennight) 的帮助!让本来没有时间维护(因为暂时没有电脑和捡到了一个女朋友)的工具起死回生…… 获取外文歌词的代码基于 ituff 的 [163lyric项目](https://github.com/ituff/163lyric) 的实现思路,进行了修改。(但是 ituff 并没有指定那个项目的开源协议) @@ -62,6 +64,8 @@ ## 更新信息(最近在上) +- 2022.11.28 [#18](https://github.com/ludoux/LrcHelper/issues/18) [#19](https://github.com/ludoux/LrcHelper/issues/19) 针对网易云对请求的限制进行修正。(v3.0.0 #Release) + - 2022.01.04 在检查更新时使用 tls1.2 协议。(v2.3.2 #Release) - 2022.01.04 [#15](https://github.com/ludoux/LrcHelper/issues/15) [#17](https://github.com/ludoux/LrcHelper/issues/17) 引入 Newtonsoft.Json 而不是正则表达式来判断专辑、歌单名字等。支持自定义 cookie 以规避登录限制。(v2.3.0 #Release) diff --git a/UpdateInfo/UpInfo.txt b/UpdateInfo/UpInfo.txt deleted file mode 100644 index 452f9cb..0000000 --- a/UpdateInfo/UpInfo.txt +++ /dev/null @@ -1,23 +0,0 @@ -;=================== -;ATTENTION -;Software will ask for this file and check the lastest version. -;DO NOT change the style of this file. -;+2019-6-17: https://api.ludoux.com/163lrcwin/update switch to new channel. This file has been archived. -;=================== - -;Software with these version WILL NOT check update.If is existed, Software with ANY version WILL NOT check. -[UnsupportedVer] - -;Lastest Released Version -;Older Version Adapt -[Ver] -<2.0.13.0> -[LatestVer] -<2.0.13.0> - -;WebLink, not software download link. -[WebLink] - - - -;=END= \ No newline at end of file