v5.1.0
What's Changed
- Chore:Make
Publishworkflow branch-agnostic in #817 - Fix:
Publishaction in #818 - Fix: Exception for Blazor WebAssembly and Self-Contained Assemblies using by @b-straub in #820
- Fix: GetOccurrences(): Fix NPE when returning a ToDo's occurrences that don't have a duration by @minichma in #826
- Fix: Evaluation of
EXDATEwhen date-only whileDTSTARTis date-time by @minichma in #830 - Feat: Use UTF-8 Encoding without BOM by default in all serializers when writing to a stream. This is expected by most iCalendar consumers, including Outlook and Google Calendar. #827
- Fix:
CalDateTimeCTOR using ISO 8601 UTC string resolves to UTC in #833 - Chore: Update GitHub Actions for Tests and Coverage in #837
- Chore: Update license history in #839
- Fix
GetOccurrences(periodStart)to also include ongoing occurrences (beginning beforeperiodStartby @minichma in #836 - Fix
GetOccurrences()not properly dealing withperiodStart's timezone ID by @minichma in #842 - Chore: Add release notes for v5.1.0 in #844
New Contributors
Full Changelog: v5.0.0...v5.1.0