Skip to content

Commit 488a58d

Browse files
committed
Fix minor build details
1 parent a8951d0 commit 488a58d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

GoogleMusicAPI.NET/GoogleMusicAPI.NET.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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>

GoogleMusicAPI.NET/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
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

@@ -33,6 +33,6 @@
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")]

0 commit comments

Comments
 (0)