From 9383be0743f611f583747b4a8300243d4ac8f213 Mon Sep 17 00:00:00 2001 From: axunonb Date: Wed, 12 Feb 2025 11:01:06 +0100 Subject: [PATCH] Bump version to v5.0.0-pre.39 (#725) --- Ical.Net/Directory.Build.props | 8 +++++++- readme.md | 9 +++++++-- release-notes.md | 10 +++++++++- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/Ical.Net/Directory.Build.props b/Ical.Net/Directory.Build.props index 876ba9ce..fbda0697 100644 --- a/Ical.Net/Directory.Build.props +++ b/Ical.Net/Directory.Build.props @@ -4,12 +4,14 @@ Ical.Net ical-org maintainers and contributors ical-org + $([System.DateTime]::Now.ToString(yyyy)) + Copyright 2007-$(CurrentYear) ical-org false The most popular iCalendar (RFC 5545) class library for .NET. https://github.com/ical-org/ical.net MIT https://github.com/ical-org/ical.net/blob/main/release-notes.md - iCal Calendar icalendar ics outlook events rfc-5545 rfc-2445 dday + iCal Calendar icalendar ics outlook events rfc-5545 rfc-2445 assets/icon.png assets/readme.md @@ -26,6 +28,10 @@ true assets/icon.png + + true + assets/logo.png + true lib\net8.0\ diff --git a/readme.md b/readme.md index 5129e9dc..6d4eb6de 100644 --- a/readme.md +++ b/readme.md @@ -11,14 +11,19 @@ Make ICal.NET the best in class for .NET - in terms of usability, performance an ## Getting iCal.Net ### iCal.Net v5 pre-releases -Pre-releases are available as [GitHub Packages](https://github.com/ical-org/ical.net/pkgs/nuget/Ical.Net)
+ +Starting with 5.0.0-pre.39, iCal.Net v5 pre-releases are available as [NuGet Packages](https://www.nuget.org/packages/Ical.Net) + +v5 is an extensive rewrite of the library, with a focus on performance, correctness and usability. All issues reported in prior versions have been addressed, and the library has been thoroughly tested. + +Daily pre-releases are available as [GitHub Packages](https://github.com/ical-org/ical.net/pkgs/nuget/Ical.Net)
and from the [zipped packages folder](https://github.com/ical-org/ical.net/tree/main/v5-daily-builds). **We strongly recommend using the pre-release packages**. They are stable and contain many bug fixes and improvements over the v4 release.
See the [API Changes Document](https://github.com/ical-org/ical.net/wiki/API-Changes-v4-to-v5) for more information. ### iCal.Net v4 -is available as [a NuGet Package](https://www.nuget.org/packages/Ical.Net). +is still available as [a NuGet Package](https://www.nuget.org/packages/Ical.Net). ## Examples diff --git a/release-notes.md b/release-notes.md index e8d640a5..82ddf97c 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,6 +1,14 @@ ## Release notes -A listing of what each [Nuget package](https://www.nuget.org/packages/laget.iCal) version represents. +A listing of what each [Nuget package](https://www.nuget.org/packages/Ical.Net) version represents. + +### v5 + +* 5.0.0-pre.39 - (2025-02-12) + * This is the first public pre-release of the next major version of **Ical.Net**. It's an extensive rewrite of the library, with a focus on performance, correctness and usability. All issues reported in prior versions have been addressed, and the library has been thoroughly tested, also using the [libical](https://github.com/libical/libical) test suite. + * We strongly recommend using the pre-release packages, as they are more stable and feature-complete than the v4.x versions. + * Feedback is highly appreciated. + * Breaking changes from v4 are currently listed [here](https://github.com/ical-org/ical.net/wiki/API-Changes-v4-to-v5). ### v4 * 4.3.1 - (2024-10-14)