I just downloaded latest copy of google-api-dotnet-client from url (http://code.google.com/p/google-api-dotnet-client/) and it shows version 1.2.4819.34602 .
I am using google Drive .net API library which I have downloaded from URL http://code.google.com/p/google-api-dotnet-client/wiki/APIs#Drive_API . This google drive library refrences Google APIs library which has version 1.2.4737.25316 . When I try to reference the latest API, it throws many errors like
Error > The type or namespace name 'ServiceRequest' could not be found
(are you missing a using directive or an assembly reference?
I need to change some lines of code in the SOURCE FILE of google-api-dotnet-client which is referenced by GOOGLE DRIVE. So to do that I will require to CHECKOUT an older version of google-api-dotnet-client i.e. version 1.2.4737.25316 . How can I do that?
Thanks Sujit