Skip to content

Commit

Permalink
Update dependency Ical.Net to 4.3.1 (#1020)
Browse files Browse the repository at this point in the history
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
[#&#8203;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
[#&#8203;491](https://redirect.github.com/ical-org/ical.net/issues/491)
Closes
[#&#8203;443](https://redirect.github.com/ical-org/ical.net/issues/443)
Closes
[#&#8203;525](https://redirect.github.com/ical-org/ical.net/issues/525)
Closes
[#&#8203;528](https://redirect.github.com/ical-org/ical.net/issues/528)
Closes
[#&#8203;571](https://redirect.github.com/ical-org/ical.net/issues/571)
Closes
[#&#8203;579](https://redirect.github.com/ical-org/ical.net/issues/579)
Closes
[#&#8203;584](https://redirect.github.com/ical-org/ical.net/issues/584)
Closes
[#&#8203;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
renovate[bot] and VILLAN3LL3 authored Nov 1, 2024
1 parent af14a0f commit 5639727
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Orso.Arpa.Domain/Orso.Arpa.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" />
<PackageReference Include="Azure.Storage.Blobs" Version="12.22.2" />
<PackageReference Include="FluentValidation.AspNetCore" Version="11.3.0" />
<PackageReference Include="Ical.Net" Version="4.2.0" />
<PackageReference Include="Ical.Net" Version="4.3.1" />
<PackageReference Include="MediatR.Extensions.Microsoft.DependencyInjection" Version="11.1.0" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.10" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public async Task Should_Export_Appointments_To_Ics()
_arpaContext.Appointments.Returns(appointmentMock);
string[] expectedResultWithoutDynamicValues = [
"BEGIN:VCALENDAR",
"PRODID:-//github.com/rianjs/ical.net//NONSGML ical.net 4.0//EN",
"PRODID:-//github.com/ical-org/ical.net//NONSGML ical.net 4.0//EN",
"VERSION:2.0",
"BEGIN:VTIMEZONE",
"TZID:Europe/Berlin",
Expand Down
2 changes: 1 addition & 1 deletion Tests/Orso.Arpa.Domain.Tests/Orso.Arpa.Domain.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Ical.Net" Version="4.2.0" />
<PackageReference Include="Ical.Net" Version="4.3.1" />
<PackageReference Include="nunit" Version="4.2.2" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1" />
Expand Down

0 comments on commit 5639727

Please sign in to comment.