1.3.0 Rollup Release
1.3.0
- fixes Item.Duration being set incorrectly.
- changed Item.AddEnclosure() parameter definition (Bytes not Seconds!).
- added Item.AddDuration formatting and override.
- added more documentation surrounding Item.Enclosure{}
1.2.1
- added Podcast.AddSubTitle() and truncating to 64 chars.
- added a number of Guards to protect against empty fields.
1.2.0
- added Podcast.AddPubDate() and Podcast.AddLastBuildDate() overrides.
- added Item.AddImage() to mask some cumbersome addition of IImage.
- added Item.AddPubDate to simply datetime setters.
- added more examples (mostly around Item struct).
- tweaked some documentation.