Skip to content

Commit

Permalink
2.3.1 Released.
Browse files Browse the repository at this point in the history
fix: 上传错了版本……
  • Loading branch information
ludoux committed Jan 4, 2022
1 parent 6754fde commit ab0654d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions LrcHelper/NeteaseMusic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public NeedLoginException(string message) : base(message)
}
class HttpRequest
{
public string GetContent(string sURL, string cookie ="",string UserAgent = "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Mobile Safari/537.36 Edg/96.0.1054.62")
public string GetContent(string sURL, string cookie ="",string UserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36 Edg/96.0.1054.62")
{

string sContent = ""; //Content
Expand Down Expand Up @@ -335,4 +335,4 @@ public void PreCheck()
_name = apiData.album.name;
}
}
}
}
2 changes: 1 addition & 1 deletion LrcHelper/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
// 方法是按如下所示使用“*”: :
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("2.2.1.0")]
[assembly: AssemblyFileVersion("2.3.1.0")]
[assembly: NeutralResourcesLanguage("en-001")]

0 comments on commit ab0654d

Please sign in to comment.