[Memcacheddotnet-devel] ANNOUNCE: memcached.NET client library release 1.1.0
Status: Beta
Brought to you by:
timiscool999
From: Tim G. <ti...@ge...> - 2006-01-24 18:45:20
|
23 Jan 2006 (TG) -Huge overhaul of code. Basically ran the client library through FxCop (http://www.gotdotnet.com/team/fxcop/) and tried to fix every error. There are breaking changes, but this should be the one and only time this ever happens. -Internationalized the exception messages and log messages. -Added 2 FxCop projects (one for .NET 1.1 and one for .NET 2.0) and a custom dictionary file to add our custom words for FxCop. -Removed the NestedIOException class because the .NET IOException class can do inner exceptions. -Split off SockIO class into its own source file. -Tim Gebhardt ti...@ge... |