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

1.0.1

Choose a tag to compare

@jimmyca15 jimmyca15 released this 06 Nov 22:22
ff35f7a

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 an option to use CDATA instead of xml escaped content #13

Bug Fixes

  • Atom dates now properly use the RFC 3339 format #10
  • Added support for XML media type in Atom Entry #9
  • Added support for xhtml content type in Atom entry #8