diff --git a/release-notes.md b/release-notes.md index 272ee28e..ffa526b8 100644 --- a/release-notes.md +++ b/release-notes.md @@ -3,6 +3,15 @@ A listing of what each [Nuget package](https://www.nuget.org/packages/Ical.Net) version represents. ### v4 +* 4.2.0 - (2021-04-10) - Many bugbixes from the community + * Fix infinite loop with MaxDate for GetOccurrences #364 + * Deserializes STANDARD and DAYLIGHT timezone infos #420 + * BYWEEKNO & BYMONTHNO fix for ISO-8601 formatting #463 + * Fixed bug where changing a property value appended the value instead of clearing it. #450 + * Fixed `IsActive` regression #449 + * Fixed bug where ordering of week numbers mattered for equality #513 + * Target `netstandard20` and `net50`, unified build targets + * Updated to NodaTime 3 and `netcoreapp3.1` for unit tests (later changed to `net50`) #449 * 4.1.11 - (2019-03-21) - Add some conditional debug symbols so VSTS doesn't choke on strong-named assemblies. Thanks, [eriknuds](https://github.com/eriknuds) #442 * 4.1.10 - (2019-01-31) - Strong-named assemblies. Thanks, [josteink](https://github.com/josteink) #159 * 4.1.9 - (2018-07-18) - Associate attachments with their events when VALUE is BINARY. Without the association, parameters such as FMTTYPE would be lost. [PR 411](https://github.com/rianjs/ical.net/pull/411) diff --git a/src/Ical.Net/Ical.Net.csproj b/src/Ical.Net/Ical.Net.csproj index 36d362a6..c726486a 100644 --- a/src/Ical.Net/Ical.Net.csproj +++ b/src/Ical.Net/Ical.Net.csproj @@ -1,7 +1,13 @@  + 8 + 4.2.0 + Ical.Net + https://github.com/rianjs/ical.net + MIT + https://github.com/rianjs/ical.net + hhttps://github.com/rianjs/ical.net/blob/master/release-notes.md netstandard2.0;net50 - 4.2.0 Rian Stockbower, Douglas Day, & Contributors true @@ -10,7 +16,6 @@ full Ical.Net true - license.md An iCalendar (RFC 5545) library. See https://github.com/rianjs/ical.net for details. @@ -22,10 +27,4 @@ - - - True - - - \ No newline at end of file