liuqiaosz / google-api-dotnet-client

Automatically exported from code.google.com/p/google-api-dotnet-client
Apache License 2.0
0 stars 0 forks source link

NuGet Dependencies are outdated #478

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
NuGet.Core especially, needs to have its dependencies updated.  

This is very important since the older versions don't work correctly with 
Xamarin environments, but this has been fixed in all the dependencies in newer 
versions, so if the dependencies were updated everything should work correctly 
for Xamarin users.

For instance, here's the current versions vs the available version:
Newtonsoft.Json: 5.0.5 (6.0.3 is available)
Microsoft.Bcl: 1.0.19 (1.1.9 is available)
Microsoft.Bcl.Async: 1.0.16 (1.0.168 is available)
Microsoft.Bcl.Build: 1.0.7 (1.0.14 is available)
Zlib.Portable: 1.9.2 (1.10.0 is available with Xamarin support)

Please update the dep's to these versions, thanks!

Original issue reported on code.google.com by jond...@gmail.com on 14 Jul 2014 at 3:45

GoogleCodeExporter commented 9 years ago
Also, feel free to ping me directly if you would like any help with this, I 
could submit a patch :)

Original comment by jond...@gmail.com on 14 Jul 2014 at 3:49

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 15 Jul 2014 at 3:19

GoogleCodeExporter commented 9 years ago
Issue 403 has been merged into this issue.

Original comment by pele...@google.com on 15 Jul 2014 at 11:07

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 15 Jul 2014 at 11:07

GoogleCodeExporter commented 9 years ago
https://codereview.appspot.com/111210044/

Original comment by pele...@google.com on 15 Jul 2014 at 11:23

GoogleCodeExporter commented 9 years ago
Awesome, looking good, but will still need ZLib.Portable 1.10.0 to be Xamarin 
happy... Appreciate you working on this!

Original comment by jond...@gmail.com on 17 Jul 2014 at 4:54

GoogleCodeExporter commented 9 years ago
I'm currently installing Windows 8.1 VM.
I can't update ZLip.Portable without Windows 8.1 machine. :(

Another issue that apparently from this version we will STOP supporting Windows 
Phone 7.5, which is fine by me :) 

Original comment by pele...@google.com on 17 Jul 2014 at 5:31

GoogleCodeExporter commented 9 years ago
Then how about changing the PCL profile to one based on .net 4.5? Maybe 78 or 
156?

Original comment by jond...@gmail.com on 17 Jul 2014 at 5:35

GoogleCodeExporter commented 9 years ago
I still want to support .NET 4.0 (I prefer to support as much platforms as we 
can!

Original comment by pele...@google.com on 17 Jul 2014 at 5:39

GoogleCodeExporter commented 9 years ago
TODO(peleyal): Update the release tool to support the new profile + add a 
change in the generated code

Original comment by pele...@google.com on 28 Jul 2014 at 12:49

GoogleCodeExporter commented 9 years ago

Original comment by pele...@google.com on 3 Aug 2014 at 8:54