mirror of
https://github.com/Royce551/FRESHMusicPlayer.git
synced 2025-01-22 10:51:52 -05:00
Update copyright and version
This commit is contained in:
parent
f8bf20f9e8
commit
4c02ae3f3e
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ using System.Windows;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Squid Grill")]
|
||||
[assembly: AssemblyProduct("FRESHMusicPlayer")]
|
||||
[assembly: AssemblyCopyright("Copyright © Squid Grill 2021")]
|
||||
[assembly: AssemblyCopyright("Copyright © Squid Grill 2022")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
@ -49,6 +49,6 @@ using System.Windows;
|
|||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("11.0.1.0")]
|
||||
[assembly: AssemblyFileVersion("11.0.1.0")]
|
||||
[assembly: AssemblyVersion("11.1.0.0")]
|
||||
[assembly: AssemblyFileVersion("11.1.0.0")]
|
||||
[assembly: AssemblyInformationalVersion("FRESHMusicPlayer Ver. 11")]
|
||||
|
|
Loading…
Reference in a new issue