From 765d38cd0ae3ffc9f0d580e34bd7a31f31c04930 Mon Sep 17 00:00:00 2001 From: Rian Stockbower Date: Mon, 21 May 2018 13:50:25 -0400 Subject: [PATCH] Release notes and nuspec #387 --- 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 335ba4ebc..dd6956b51 100644 --- a/net-core/Ical.Net.nuspec +++ b/net-core/Ical.Net.nuspec @@ -2,7 +2,7 @@ Ical.Net - 4.0.7 + 4.1.1 Ical.Net Rian Stockbower, Douglas Day Rian Stockbower diff --git a/release-notes.md b/release-notes.md index f05012e62..e2fb8208b 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.1 [#387](https://github.com/rianjs/ical.net/issues/387). Bugfix: Calling `CalDateTime.AsUtc` caches the UTC time, but the cache was not being reset if the `TzId` property changed. * 4.1.0 [#383](https://github.com/rianjs/ical.net/issues/383). Add a read-only `AsDateTimeOffset` property to `IDateTime`. Add a few docs to `RecurrencePattern`. * 4.0.6 [#344](https://github.com/rianjs/ical.net/issues/344). Fix the VERSION property so it's 2.0 as RFC-5545 requires. * 4.0.4 [PR 341](https://github.com/rianjs/ical.net/pull/341). Cache the UTC representation for `CalDateTime`s. This results in a 12-16% reduction in unit test runtime.