fix: specify rss version
This commit is contained in:
parent
942b48000d
commit
de43cb5dbf
@ -6,7 +6,7 @@ namespace OliverBooth.Data.Blog.Rss;
|
||||
public sealed class BlogRoot
|
||||
{
|
||||
[XmlAttribute("version")]
|
||||
public string Version { get; set; } = default!;
|
||||
public string Version { get; set; } = "2.0";
|
||||
|
||||
[XmlElement("channel")]
|
||||
public BlogChannel Channel { get; set; } = default!;
|
||||
|
Loading…
Reference in New Issue
Block a user