Bump Ical.Net from 4.3.1 to 5.1.1 #3707
                
     Closed
            
            
          
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Updated Ical.Net from 4.3.1 to 5.1.1.
Release notes
Sourced from Ical.Net's releases.
5.1.1
What's Changed in release v5.1.1
CalendarEvents withRecurrenceIdwere not properly evaluated in some scenarios.RecurringComponents likeCalendarEventsupportRECURRENCE-IDwith optionalRANGEparameter for serialization and deserialization.Changes in detail
RECURRENCE-IDoverrides occurrence from orginal event Fix: Event withRECURRENCE-IDoverrides occurrence from orginal event ical-org/ical.net#864Calendarchore: Wiki sample: Get first occurences of all events in aCalendarical-org/ical.net#869RecurringComponentsupportsRECURRENCE-IDwith optionalRANGEparameter feat:RecurringComponentsupportsRECURRENCE-IDwith optionalRANGEparameter ical-org/ical.net#870Full Changelog: ical-org/ical.net@v5.1.0...v5.1.1
5.1.0
What's Changed
Publishworkflow branch-agnostic in MakePublishworkflow branch-agnostic ical-org/ical.net#817Publishaction in Fix:Publishaction ical-org/ical.net#818EXDATEwhen date-only whileDTSTARTis date-time by @minichma in fix: Evaluation ofEXDATEwhen date-only whileDTSTARTis date-time ical-org/ical.net#830CalDateTimeCTOR using ISO 8601 UTC string resolves to UTC in fix:CalDateTimeCTOR using ISO 8601 UTC string resolves to UTC ical-org/ical.net#833GetOccurrences(periodStart)to also include ongoing occurrences (beginning beforeperiodStartby @minichma in FixGetOccurrences(periodStart)to return still active occurrences ical-org/ical.net#836GetOccurrences()not properly dealing withperiodStart's timezone ID by @minichma in FixGetOccurrences()not properly dealing withperiodStart's TZ ical-org/ical.net#842New Contributors
Full Changelog: ical-org/ical.net@v5.0.0...v5.1.0
5.0.0
What's Changed
EqualsandGetHashCodeimplementations in Remove redundantEqualsandGetHashCodeimplementations ical-org/ical.net#810Occurrence.Periodis determined byStartTimeandDurationonly in DetermineOccurrence.PeriodbyDurationonly ical-org/ical.net#808Period.CollidesWithcalculation in fix:Period.CollidesWithical-org/ical.net#812New Contributors
ical-orgteam.Changelog for latest changes: ical-org/ical.net@v5.0.0-pre.43...v5.0.0
Full Changelog for last GA release: ical-org/ical.net@v4.3.1...v5.0.0
5.0.0-pre.43
What's Changed
CollectionsandProxiesnamespace ical-org/ical.net#769, Enable NRT forical.net(top) namespace ical-org/ical.net#771, Enable NRT forSerializationnamespace ical-org/ical.net#772, NRT clean-up after all NRT pull requests got merged ical-org/ical.net#778, Make NRT enabled the default setting for projects and CI builds ical-org/ical.net#786. NuGet Packages are now published with NRT enabled.MaxUnmatchedIncrementsLimitby @minichma in EvaluationOptions: Fix off-by-one issue ofMaxUnmatchedIncrementsLimitical-org/ical.net#775periodEndparam fromGetOccurrenceset al by @minichma in Evaluation: RemoveperiodEndparam fromGetOccurrenceset al ical-org/ical.net#781. To limit the elements, it's recommended to usedCollectionExtensions.TakeWhileBefore(see below), or simpleTakeWhile.CollectionExtensions.TakeWhileBeforeextensions in ImplementCollectionExtensions.TakeWhileBeforeextensions ical-org/ical.net#796. This can e.g. be used on enumerations fromGetOccurrencesmethodsEvaluationOutOfRangeExceptionif year 10k is hit during evaluation by @minichma in Evaluation: RaiseEvaluationOutOfRangeExceptionif year 10k is hit during evaluation ical-org/ical.net#785FrequencyType.Nonefrom enumFrequencyTypeGroupedListEnumeratorin Remove unnecessaryGroupedListEnumeratorical-org/ical.net#793 (Different solution made it redundant).CA1305warnings and fix them in EnableCA1305warnings and fix them ical-org/ical.net#794CalendarComponent.AddPropertyadds theCalendarPropertyin Fix:CalendarComponent.AddPropertyadds theCalendarPropertyical-org/ical.net#801Thanks to new Contributors
Full Changelog: ical-org/ical.net@v5.0.0-pre.42...v5.0.0-pre.43
5.0.0-pre.42
What's Changed
DateTimewithCalDateTimeinRecurrencePatternEvaluatorand related code in ReplaceDateTimewithCalDateTimeinRecurrencePatternEvaluatorand related code ical-org/ical.net#742MaxIncrementCountconfigurable in Evaluation: MakeMaxIncrementCountconfigurable ical-org/ical.net#750BYWEEKNO=1whereUNTILlies in the year prior to the year of the week of the last occurrence. in Fix issue withBYWEEKNO=1whereUNTILlies in the year prior to the year of the week of the last occurrence. ical-org/ical.net#752IServiceProviderin RemoveIServiceProviderical-org/ical.net#753PRODIDandVERSIONproperty handling in UpdatePRODIDandVERSIONproperty handling ical-org/ical.net#748RecurrencePatternSerializerin EnhanceRecurrencePatternSerializerical-org/ical.net#758DateTimemethod args toCalDateTimein ChangeDateTimemethod args toCalDateTimeical-org/ical.net#761AlarmOccurrence,Attachment,Attendee,CalendarDataType,Duration,ICalendarDataType,ICalendarParameterCollectionContainerical-org/ical.net#762, Enable NRT forEncodableDataType,FreeBusyEntry,GeographicLocation,Occurrence,RequestStatus,StatusCode,Trigger,UTCOffset,WeekDayical-org/ical.net#763, Enable NRT forCalendarComponentsical-org/ical.net#764, Enable NRT forEvaluationclasses ical-org/ical.net#765. Note: The current packages are created withNRTdisabled, The v5 final release will be fully NRT compliant.DurationCTOR in Fix positive/nagative args inDurationCTOR ical-org/ical.net#767Full Changelog: ical-org/ical.net@v5.0.0-pre.41...v5.0.0-pre.42
5.0.0-pre.41
What's Changed
CalendarEvent.EffectiveDurationand some conversion functions public. by @minichma in MakeCalendarEvent.EffectiveDurationand some conversion functions public. ical-org/ical.net#733BYWEEKNOby @minichma in Fix #729: incorrect expansion behaviour afterBYWEEKNOical-org/ical.net#731Full Changelog: ical-org/ical.net@v5.0.0-pre.40...v5.0.0-pre.41
5.0.0-pre.40
What's Changed
BYMONTHDAYby @minichma in Fix inverted limiting behavior ofBYMONTHDAYical-org/ical.net#730Full Changelog: ical-org/ical.net@v5.0.0-pre.39...v5.0.0-pre.40
5.0.0-pre.39
v5.0.0-pre.39
What's Changed in Detail
BYYEARDAY=366only in leap years. in RRULE Evaluation: ApplyBYYEARDAY=366only in leap years. ical-org/ical.net#621AttendeesUri-typed properties in Fix copying ofAttendeesUri-typed properties ical-org/ical.net#643VEVENT.DTENDand.DURATIONin Keep apartVEVENT.DTENDand.DURATIONical-org/ical.net#598BYWEEKNOvalues. in Recurrence evaluation: Implement support for negativeBYWEEKNOvalues. ical-org/ical.net#654BYWEEKNOandINTERVALare used together in Recurrence: Reproduce and fix issues ifBYWEEKNOandINTERVALare used together ical-org/ical.net#657RECURRENCE-IDin Reproduce and fix issues related toRECURRENCE-IDical-org/ical.net#659MatchTimeZone methodinRecurrencePatternEvaluatorin RefactorMatchTimeZone methodinRecurrencePatternEvaluatorical-org/ical.net#664GetOccurrences()et al return anIEnumerablerather thanHashSet. in LetGetOccurrences()et al return anIEnumerablerather thanHashSet. ical-org/ical.net#665RecurrencePattern.Count,.IntervalandWeekDay.Offsetnullable to avoid usingMinValueas magic number. in MakeRecurrencePattern.Count,.IntervalandWeekDay.Offsetnullable to avoid usingMinValueas magic number. ical-org/ical.net#667Durationtype to keep apart nominal vs exact durations. in IntroduceDurationtype to keep apart nominal vs exact durations. ical-org/ical.net#680ubuntu-22.04for GitHub Actions in Useubuntu-22.04for GitHub Actions ical-org/ical.net#688EXDATEandRDATEproperties in Add abstraction layer to createEXDATEandRDATEproperties ical-org/ical.net#684... (truncated)
Commits viewable in compare view.
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)