From de891feef264e6ce9b31303d6dbc1b2759784fc0 Mon Sep 17 00:00:00 2001 From: Rian Stockbower Date: Thu, 21 Mar 2019 10:52:15 -0400 Subject: [PATCH] Update nuspec and release notes for #442 --- 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 9253d5292..6fd010d44 100644 --- a/net-core/Ical.Net.nuspec +++ b/net-core/Ical.Net.nuspec @@ -2,7 +2,7 @@ Ical.Net - 4.1.10 + 4.1.11 Ical.Net Rian Stockbower, Douglas Day Rian Stockbower diff --git a/release-notes.md b/release-notes.md index cf5692e32..272ee28e8 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.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) * 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