File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 <DefineConstants >TRACE;DEBUG;DOTNETCORE</DefineConstants >
2222 <ErrorReport >prompt</ErrorReport >
2323 <WarningLevel >4</WarningLevel >
24- <PlatformTarget >x86 </PlatformTarget >
24+ <PlatformTarget >AnyCPU </PlatformTarget >
2525 </PropertyGroup >
2626 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
2727 <DebugType >pdbonly</DebugType >
Original file line number Diff line number Diff line change 1111[ assembly: AssemblyConfiguration ( "" ) ]
1212[ assembly: AssemblyCompany ( "" ) ]
1313[ assembly: AssemblyProduct ( "GoogleMusicAPI" ) ]
14- [ assembly: AssemblyCopyright ( "Copyright © 2013- 2015" ) ]
14+ [ assembly: AssemblyCopyright ( "Copyright © Christopher Tam 2015" ) ]
1515[ assembly: AssemblyTrademark ( "" ) ]
1616[ assembly: AssemblyCulture ( "" ) ]
1717
3333// You can specify all the values or you can default the Build and Revision Numbers
3434// by using the '*' as shown below:
3535// [assembly: AssemblyVersion("1.0.*")]
36- [ assembly: AssemblyVersion ( "4.4 .*" ) ]
37- [ assembly: AssemblyFileVersion ( "4.4 .0.0" ) ]
36+ [ assembly: AssemblyVersion ( "1.0 .*" ) ]
37+ [ assembly: AssemblyFileVersion ( "1.0 .0.0" ) ]
3838[ assembly: NeutralResourcesLanguageAttribute ( "en" ) ]
You can’t perform that action at this time.
0 commit comments