You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,11 @@ Bug fixes for timezone handling and restart behavior, plus new TimeProvider supp
19
19
- Fix timezone conversion using configured timezone instead of system timezone — `ToUniversalTime()` incorrectly used the host timezone, causing wrong firing times when the host timezone differs from the configured one (522efd4)
20
20
- Fix Start/Stop/Start skipping an interval — restarting the timer now recalculates the next occurrence from the current time (84f169f)
21
21
22
+
### Package dependencies
23
+
24
+
- Bump ncrontab from 3.3.1 to 3.4.0 ([#2](https://github.com/ramonsmits/CronTimer/pull/2))
25
+
- Bump TimeZoneConverter from 6.0.1 to 7.2.0 ([#1](https://github.com/ramonsmits/CronTimer/pull/1))
26
+
22
27
### Internal
23
28
24
29
- Add SourceLink for debugger source mapping (579e119)
@@ -29,11 +34,12 @@ Bug fixes for timezone handling and restart behavior, plus new TimeProvider supp
29
34
- Add justfile with build, test, and pack recipes (7ed9536)
30
35
- Add GitHub Actions CI workflow with Ubuntu and Windows jobs (7ed9536, 6e72f0e)
31
36
- Add NUnit test project with TimeProvider-based testing (df7ca81)
32
-
33
-
### Dependencies
34
-
35
-
- Bump ncrontab from 3.3.1 to 3.3.3 ([#2](https://github.com/ramonsmits/CronTimer/pull/2)) (295c6a5)
36
-
- Bump TimeZoneConverter from 6.0.1 to 6.1.0 ([#1](https://github.com/ramonsmits/CronTimer/pull/1)) (e4c335e)
37
+
- Bump Microsoft.Extensions.TimeProvider.Testing from 9.0.0 to 10.3.0
38
+
- Bump Microsoft.NET.Test.Sdk from 17.12.0 to 18.0.1
39
+
- Bump Microsoft.SourceLink.GitHub from 8.0.0 to 10.0.103
0 commit comments