Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency Ical.Net to 4.3.1 (#1020)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Ical.Net](https://redirect.github.com/ical-org/ical.net) | `4.2.0` -> `4.3.1` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Ical.Net/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/Ical.Net/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/nuget/Ical.Net/4.2.0/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Ical.Net/4.2.0/4.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ical-org/ical.net (Ical.Net)</summary> ### [`v4.3.1`](https://redirect.github.com/ical-org/ical.net/releases/tag/v4.3.1) #### What's Changed - Update Ical.Net.csproj to use NodaTime 3.2.0 instead of 3.1.12. NodaTime v3.2.0 (released yesterday) brings some welcome changes - Replace Ical.Net.nuspec with Directory.Build.props - Remove unnecessary nuget dependencies, so `NodaTime` is again the only one Resolves [#​596](https://redirect.github.com/ical-org/ical.net/issues/596) **Full Changelog**: ical-org/ical.net@v4.3.0...v4.3.1 ### [`v4.3.0`](https://redirect.github.com/ical-org/ical.net/releases/tag/v4.3.0) - Update the repository from fork `laget.se/ical net` **Apply the following change after the update:** - Remove net5.0 as target framework from all projects - Update nuget-specific settings - Update icon.png file used in Ical.Net.nuspec - Update package metadata - Remove net5.0 package target framework - Update README.md to reflect the current project state with ical-org - Fix: Update publish.yml to create deterministic builds for packages, update action versions - Update GitHub actions to reflect the changed main branch name - Update `readme.md` - Update CI workflows `publish.yml` and `tests.yml` - Changed `runs-on` to `ubuntu-latest`. - Added `fetch-depth: 0` to `actions/checkout@v4` in both workflows. - Added `Get version tag` step in `publish.yml`. - Included `-p:nowarn=1591` in `Build` steps to suppress warnings. - Changed `Test` verbosity to `quiet` in both workflows. - Updated `Build and pack for publishing` in `publish.yml` to use `VERSION`. - Updated `Store artifacts` step in `publish.yml` for new naming convention. - Updated `Push package to NuGet` step in `publish.yml` to use `VERSION`. - Update ProdId constant and NodaTime package version - Add back assembly signing to projects and include strong name key - Update `Ical.Net.Tests.csproj` and `Ical.Net.csproj` to include assembly signing by adding `SignAssembly` and `AssemblyOriginatorKeyFile` properties. - Replace `InternalsVisibleTo` with `AssemblyAttribute` including a public key in `Ical.Net.csproj`. - Add `IcalNetStrongnameKey.snk` for strong name key. - Move InternalsVisibleTo from AssemblyInfo.cs to project file - Add class `RegexDefaults` and update all Regex with `RegexDefaults.Timeout` which is set to 200 milliseconds **This PR closes the following PRs which have previously been merged into `laget.se/ical net`** Closes [#​491](https://redirect.github.com/ical-org/ical.net/issues/491) Closes [#​443](https://redirect.github.com/ical-org/ical.net/issues/443) Closes [#​525](https://redirect.github.com/ical-org/ical.net/issues/525) Closes [#​528](https://redirect.github.com/ical-org/ical.net/issues/528) Closes [#​571](https://redirect.github.com/ical-org/ical.net/issues/571) Closes [#​579](https://redirect.github.com/ical-org/ical.net/issues/579) Closes [#​584](https://redirect.github.com/ical-org/ical.net/issues/584) Closes [#​595](https://redirect.github.com/ical-org/ical.net/issues/595) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/orso-co/Orso.Arpa.Api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoiZGV2ZWxvcCIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: VILLAN3LL3 <[email protected]>
- Loading branch information