Skip to content

Commit

Permalink
feat(project): fix assemblyInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
jadepeng committed Jan 25, 2019
1 parent fd3cccc commit 42b6680
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions XMusicDownloader/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
// 有关程序集的一般信息由以下
// 控制。更改这些特性值可修改
// 与程序集关联的信息。
[assembly: AssemblyTitle("酷狗无损音乐下载")]
[assembly: AssemblyTitle("XMusicDownloader")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("酷狗无损音乐下载")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyCompany("jadepeng")]
[assembly: AssemblyProduct("XMusicDownloader")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down

1 comment on commit 42b6680

@Pikiyui
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

无法下载歌曲
是为什么呀

Please sign in to comment.