Skip to content

Commit

Permalink
Bump version to v5.0.0-pre.39 (ical-org#725)
Browse files Browse the repository at this point in the history
  • Loading branch information
axunonb authored Feb 12, 2025
1 parent 899f57e commit 9383be0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
8 changes: 7 additions & 1 deletion Ical.Net/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
<Title>Ical.Net</Title>
<Authors>ical-org maintainers and contributors</Authors>
<Owners>ical-org</Owners>
<CurrentYear>$([System.DateTime]::Now.ToString(yyyy))</CurrentYear>
<Copyright>Copyright 2007-$(CurrentYear) ical-org</Copyright>
<PackageRequireLicenseAcceptance>false</PackageRequireLicenseAcceptance>
<Description>The most popular iCalendar (RFC 5545) class library for .NET.</Description>
<PackageProjectUrl>https://github.com/ical-org/ical.net</PackageProjectUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageReleaseNotes>https://github.com/ical-org/ical.net/blob/main/release-notes.md</PackageReleaseNotes>
<PackageTags>iCal Calendar icalendar ics outlook events rfc-5545 rfc-2445 dday</PackageTags>
<PackageTags>iCal Calendar icalendar ics outlook events rfc-5545 rfc-2445</PackageTags>
<PackageIcon>assets/icon.png</PackageIcon>
<PackageReadmeFile>assets/readme.md</PackageReadmeFile>
</PropertyGroup>
Expand All @@ -26,6 +28,10 @@
<Pack>true</Pack>
<PackagePath>assets/icon.png</PackagePath>
</None>
<None Include="..\assets\logo.png">
<Pack>true</Pack>
<PackagePath>assets/logo.png</PackagePath>
</None>
<None Update=".\bin\Release\net8.0\**\*">
<Pack>true</Pack>
<PackagePath>lib\net8.0\</PackagePath>
Expand Down
9 changes: 7 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)<br/>

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)<br/>
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.<br/>
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

Expand Down
10 changes: 9 additions & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 9383be0

Please sign in to comment.