diff --git a/release-notes.md b/release-notes.md index 7c6fbc15c..1af08ddc5 100644 --- a/release-notes.md +++ b/release-notes.md @@ -3,8 +3,7 @@ A listing of what each [Nuget package](https://www.nuget.org/packages/Ical.Net) version represents. ### v4 -* 4.0.1 [#335](https://github.com/rianjs/ical.net/issues/335): - * Technically this should be 5.0, but given 4.0.0 only has 24 downloads, I've just done a minor version bump. +* 4.0.1 [#335](https://github.com/rianjs/ical.net/issues/335). Technically this should be 5.0, but given 4.0.0 only has 24 downloads, I've just done a minor version bump. * Moved everything from Ical.Net.Collections into the Ical.Net assembly. * Updated the `PRODID` stamp to say 4.0. * Fixed a bug with a missing nuget dependency @@ -40,7 +39,7 @@ A listing of what each [Nuget package](https://www.nuget.org/packages/Ical.Net) * 3.0.1-alpha: Initial publishing of .NET Core release ### v2 - +* 2.3.5: `VTIMEZONE`s are once again serialized, this time pulling historic time zone data from NodaTime -- thanks [beriniwlew](https://github.com/beriniwlew)! [PR 304](https://github.com/rianjs/ical.net/pull/304) * 2.3.4: `DTSTART` is not required for `VTODO` components. [PR 322](https://github.com/rianjs/ical.net/pull/322) * 2.3.3: Several improvements rolled up: * `Event` now considers Summary and Description for equality and hashing. [PR 309](https://github.com/rianjs/ical.net/pull/309). diff --git a/v2/Ical.Net.nuspec b/v2/Ical.Net.nuspec index 932208cdc..a9b13ed1b 100644 --- a/v2/Ical.Net.nuspec +++ b/v2/Ical.Net.nuspec @@ -2,7 +2,7 @@ Ical.Net - 2.3.4 + 2.3.5 Ical.Net Rian Stockbower, Douglas Day, M. David Peterson Rian Stockbower