Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ical-org/ical.net
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: version/6.0
Choose a base ref
...
head repository: ical-org/ical.net
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 10 files changed
  • 4 contributors

Commits on Feb 9, 2026

  1. Configuration menu
    Copy the full SHA
    6fae9bc View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2026

  1. Deprecate RecurrenceRules

    maknapp authored and axunonb committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    c0e3157 View commit details
    Browse the repository at this point in the history
  2. Update tests to use RecurrenceRule

    maknapp authored and axunonb committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    58d0a4e View commit details
    Browse the repository at this point in the history
  3. Deprecate RecurrencePattern

    maknapp authored and axunonb committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    0c79c96 View commit details
    Browse the repository at this point in the history
  4. Deprecate RecurrencePatternSerializer

    maknapp authored and axunonb committed Mar 4, 2026
    Configuration menu
    Copy the full SHA
    849a9d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64eefde View commit details
    Browse the repository at this point in the history
  6. Chore(deps): Bump actions/upload-artifact from 6 to 7 (#931)

    Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
    - [Release notes](https://github.com/actions/upload-artifact/releases)
    - [Commits](actions/upload-artifact@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/upload-artifact
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 4, 2026
    Configuration menu
    Copy the full SHA
    f97946c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2026

  1. Update encoding and line endings for consistency (#932)

    .editorconfig now enforces UTF-8 encoding for all files.
    .gitattributes sets LF line endings and auto text normalization for C# files
    axunonb authored Mar 17, 2026
    Configuration menu
    Copy the full SHA
    a1d1e8f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. Chore(deps): Bump codecov/codecov-action from 5.5.2 to 6.0.0 (#935)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.2 to 6.0.0.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@671740a...57e3a13)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    29b73b6 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2026

  1. chore(trests): Fix failing RecurrenceWikiTests

    The fix was only present on version/6.0
    axunonb committed Apr 16, 2026
    Configuration menu
    Copy the full SHA
    5bb517c View commit details
    Browse the repository at this point in the history

Commits on May 8, 2026

  1. Add alarm poll end time (#940)

    Alarms were partially missed when switching evaluation to
    IEnumerable. The end time argument was removed in several
    places causing evalution until the end or an exception.
    
    This adds the end time argument back in to avoid having to
    make significant or breaking changes.
    
    Fixes #939
    maknapp authored May 8, 2026
    Configuration menu
    Copy the full SHA
    4a02c08 View commit details
    Browse the repository at this point in the history
  2. Bump release v5.2.2 (#945)

    axunonb authored May 8, 2026
    Configuration menu
    Copy the full SHA
    7bb83d3 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2026

  1. Chore(deps): Bump codecov/codecov-action from 6.0.0 to 6.0.1

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6.0.0 to 6.0.1.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@57e3a13...e79a696)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-version: 6.0.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and axunonb committed Jun 6, 2026
    Configuration menu
    Copy the full SHA
    80ae325 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2026

  1. Configuration menu
    Copy the full SHA
    76a644a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2026

  1. Make version/6.0 the new main (#952)

    Current `main` has been copied to `version/v5`.
    Merged `main` into `version/6.0` using 'ours' strategy, keeping v6 state
    (Accept Quality Gate failing.)
    
    Note: Remove branch `version/6.0` after merging this PR.
    axunonb authored Jun 14, 2026
    Configuration menu
    Copy the full SHA
    64bd1c0 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2026

  1. Apply #953 for v6: Stop using culture-specific string handling (#954)

    * Test: Reproduce reopened #792: Parsing of `UNTIL` fails in culture `tr-TR`
    * Fix #792: Avoid using culture-specific string handling, particularly `.ToLower()` and `.ToUpper()`
    * Enable warning `CS1304` - Specify CultureInfo
    * Apply renaming of RecurrencePattern to RecurrenceRule
    
    ---------
    
    Co-authored-by: Markus Minichmayr <markus@tapkey.com>
    axunonb and minichma authored Jun 28, 2026
    Configuration menu
    Copy the full SHA
    9a888e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2026

  1. Chore(deps): Bump codecov/codecov-action from 6.0.1 to 7.0.0 (#955)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 6.0.1 to 7.0.0.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@e79a696...fb8b358)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-version: 7.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2026
    Configuration menu
    Copy the full SHA
    dbbadea View commit details
    Browse the repository at this point in the history
  2. Chore(deps): Bump actions/checkout from 6 to 7 (#956)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '7'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 2, 2026
    Configuration menu
    Copy the full SHA
    9ad095c View commit details
    Browse the repository at this point in the history
Loading