Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.96 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.96 KB

Feedpipes logo Feedpipes .NET

Build status Tests codecov NuGet version NuGet downloads

Open source .NET library for parsing and serializing RSS, Atom, and JSON feeds.

Important: The library is currently in only in pre-release.

The library is written in C# and released with an MIT license, so feel free to fork or use commercially.

Any feedback is appreciated, please visit the issues page or send me an e-mail.

Download

Binaries of the last build can be downloaded on the AppVeyor CI page of the project.

The library is also published on NuGet.org, install using:

PM> Install-Package Feedpipes -IncludePrerelease
dotnet add package Feedpipes --version 1.0.0-rc

Feedpipes is CLS Compliant (to allow use in VB.NET etc.) and is built for .NET v4.5, .NET Standard 1.1, .NET 6 or newer.

Usage

Documentation hasn't been written yet. For sample code, see the Feedpipes.Tests project.