You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple feed generator which can be used to create valid RSS 2.0 and Atom feeds. It is written in C# and available as NuGet-Package.
9
-
10
-
11
-
# How to use
8
+
A feed generator which can be used to create valid RSS 2.0 ([spec](http://cyber.harvard.edu/rss/rss.html)) and Atom([spec](https://tools.ietf.org/html/rfc4287)) syndication feeds. It is written in C# and available as NuGet-Package.
12
9
10
+
### Supports:
11
+
* .NET Standard 2.0
12
+
* .NET 4.5.x
13
13
14
14
# Objects and Fields description
15
15
@@ -30,6 +30,8 @@ This is the main object which description the general information about the feed
30
30
| UpdatedDate | lastBuildDate | updated | Defines the last-modified date of the content of the feed. |
31
31
| Generator | generator | generator | The program used to generate the feed |
0 commit comments