This repository was archived by the owner on Dec 15, 2021. It is now read-only.
1.0.0
Microsoft.SyndicationFeed.ReaderWriter
Microsoft.SyndicationFeed.ReaderWriter provides lightweight forward-only read/write APIs (similar to .NET XmlReader/Writer) to simplify the reading and writing of RSS 2.0 (spec) and Atom (spec) syndication feeds. It supports custom feed elements and formatting. The workflow is async on demand, which enables this library to be used on syndication feeds of arbitrary size or stream latency.
This release can be downloaded from NuGet via the Microsoft.SyndicationFeed.ReaderWriter package.
Enhancements
- Added AtomFeedWriter with specification related helpers
- Added specification related helpers to RssFeedWriter
- Improved custom namespaces capabilities.
Breaking Changes
- Microsoft.SyndicationFeed renamed to Microsoft.SyndicationFeed.ReaderWriter
- Removed 20 moniker from Rss related types (ex. Rss20FeedWriter is now RssFeedWriter)
- The old NuGet package for Microsoft.SyndicationFeed is delisted