Atom.NET 0.4.3 is out, here are the major changes:
- added xml:base support
- merged XPathNavigatorReader.cs and XmlNamespaces.cs from mvp-xml library
- Utils.cs: added a public GetVersion() method to obtain the version of the assembly at runtime
- fixed a bug in AtomPersonConstruct parsing
- AtomFeed.cs: added a Uri property for an easy identification of the uri of the feed
- AtomEntry.cs: added a Uri property for an easy identification of the uri of the entry
- added Load(System.Uri) for both feed and entry element
- updated nant build file
- various bugfixes (see the cvs changelog)
You can find the detailed changelog here.
As usual: homepage, project page, download.

