Aldaviva / GamesDoneQuickCalendarFactory

📅 Generate a list of events for GDQ in iCalendar (ICS) format
https://aldaviva.com/docs/gdq.ics
Apache License 2.0
11 stars 0 forks source link

Bump Ical.Net from 4.2.0 to 4.3.0 in /GamesDoneQuickCalendarFactory #24

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 3 weeks ago

Bumps Ical.Net from 4.2.0 to 4.3.0.

Release notes

Sourced from Ical.Net's releases.

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 lprojects
  • 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 Closes #443 Closes #525 Closes #528 Closes #571 Closes #579 Closes #584 Closes #595

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 weeks ago

Superseded by #25.