Just as a follow up: the binaries and the documentation is now available via the links at code.google.com:
Download: http://code.google.com/apis/gdata/download/gdata.cs.zip Documentation: http://code.google.com/apis/gdata/csdoc/index.html As always, file bugs & wishes using the issues list: http://code.google.com/p/google-gdata/issues/list Happy coding Frank Mantek On 12/7/06, Frank Mantek <[EMAIL PROTECTED]> wrote: > > This new version of the .NET library is the biggest single release since > the original one. It includes several fixes, support for Windows Mobile and > support for > Google Spreadsheets. > > Right now, you can get it at: > > http://code.google.com/p/google-gdata/source > > via subversion. > > The binary download should be updated in the next few days. > > = 1.0.8 == > - Fixed issue 13 from the public issue list. If a content element > contained xhtml, and not just text, > the content was not read correctly. > - Fixed issue 17 from the public issue list. XHTML content was not > persisted correctly. > - Added support for hosted domain feeds. This is done automatically, no > codechanges needed for the application developer. > The authentication code was changed to ask for Hosted domains first, > then google accounts. > - Added support for the app:control/app:draft element, but only in the way > to expose a boolean on the AtomEntry. > The new member on AtomEntry is called IsDraft. > - Changed the way atom:content is parsed. Text & HTML types use > xmlreader.ReadString() to get the inner content. XHTML and > all other types use readInnerXml() to get the content. > - changed Exception handling. The code now throws more detailed exceptions > based on what was happening: > -> GDataRequestException: generic exception > -> GDataForbiddenException: exception thrown when the server return a > Forbidden on authentication > -> GDataRedirectException: exception thrown when the server returned a > redirect > - changed redirect handling on Post. The library will follow redirects on > Post automatically by default, to accomodate Blogger (which > currently may return 302s on posts). This can be turned off by setting > the .StrictRedirect property to true on the > GDataAuthRequestFactory. If it is turned off, the code will throw if a > redirect is happening on an HTTP verb other than GET. > - changed redirect handling for DELETE/PUT the same as for POST > - removed cookie handling. The code will handle cookies now without using > the CookieContainer (one hurdle on the way to the CompactFramework Port). > - Fixed persistence of "initialized" date values for udpated/published on > the atom.entry. This resolves an issue with the Blogger. > - Added EventEntry.Notifications. This property (boolean) indicates if an > update on an entry should send notifications to the attendees of the > Event. > - Fixed the gbase project (the NumberFormat.cs file was missing in the > project file). > - Added a proxy property for the GDataRequestFactory. > - Setting content-length correctly to fix WindowsMobile issues. This fix > is a user submitted, and created by Steeve Morin > - Fixes to the authsub code, provided by Ryan Boyd > - The DLLs were renamed, to follow the Windows .NET standard. > gdata.dll -> Google.GData.Client.dll > gbase.dll -> Google.GData.GoogleBase.dll > gcalendar.dll -> Google.GData.Calendar.dll > gcodesearch.dll -> Google.GData.CodeSearch.dll > gextensions.dll -> Google.GData.Extensions.dll > and the new one -> Google.GData.Spreadsheets.dll > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
