Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

1.0.2

Latest
Compare
Choose a tag to compare
@jimmyca15 jimmyca15 released this 13 Nov 21:18
53d1b43

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.

Bug Fixes

  • RSS feed items now include categories when parsed #19