Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed issue with getting occurrences at the border of years #244

Merged
merged 1 commit into from Mar 20, 2017
Merged

Fixed issue with getting occurrences at the border of years #244

merged 1 commit into from Mar 20, 2017

Conversation

ghost
Copy link

@ghost ghost commented Mar 13, 2017

Fixed issue #235
This issue happened when weekly pattern evaluates on border of 2 years: for example 2018 and 2019. We have 53th week at 31.12.2018(Monday), but 1st week at 01.01.2019(Tuesday). I've added additional check for border situations and covered it with unit test.

@@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Ical.Net</id>
<version>2.2.32</version>
<version>2.2.33</version>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(In future PRs, please don't change the release number)

Copy link
Collaborator

@rianjs rianjs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix. I'll merge, and copy these changes over to the net-core project.

net-core is a side-by-side copy of ical.net that will become v3 of ical.net once nunit and ReSharper play nicely with .net core. Which apparently should be soon.

@rianjs rianjs merged commit 73a5666 into ical-org:master Mar 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants