From 4b4d970f53f742a00abff92a3793a1cc2e4b3f37 Mon Sep 17 00:00:00 2001 From: Chris Russell Date: Wed, 18 Jul 2018 16:53:27 -0400 Subject: [PATCH] nuspec and release notes #411 --- net-core/Ical.Net.nuspec | 2 +- release-notes.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/net-core/Ical.Net.nuspec b/net-core/Ical.Net.nuspec index 4465061be..440366fd3 100644 --- a/net-core/Ical.Net.nuspec +++ b/net-core/Ical.Net.nuspec @@ -2,7 +2,7 @@ Ical.Net - 4.1.8 + 4.1.9 Ical.Net Rian Stockbower, Douglas Day Rian Stockbower diff --git a/release-notes.md b/release-notes.md index a34ff651f..e01bf8603 100644 --- a/release-notes.md +++ b/release-notes.md @@ -3,6 +3,7 @@ A listing of what each [Nuget package](https://www.nuget.org/packages/Ical.Net) version represents. ### v4 +* 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) * 4.1.8 - (2018-06-12) - `PRODID` and `VERSION` are unconditionally set when serializing a calendar so as not to mislead consumers about where the serialized output came from. Previous behavior would use the values that came from deserialization. #403 * 4.1.6 - (2018-06-01) - Target `net46` instead of `net45`. It seems that [`System.Reflection.TypeExtensions`](https://www.nuget.org/packages/System.Reflection.TypeExtensions/), doesn't support framework versions below 4.6. Bummer. * 4.1.5 - (2018-05-28)