Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
010316aa70 | ||
![]() |
d416242712 |
15
HISTORY.md
15
HISTORY.md
@ -5,11 +5,22 @@ Changelog
|
||||
(unreleased)
|
||||
------------
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- Save DateTime as UTC, refs NOISSUE. [Simon Diesenreiter]
|
||||
|
||||
|
||||
0.3.2 (2025-05-25)
|
||||
------------------
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- Exception thrown on LastOrDefault(), refs NOISSUE. [Simon
|
||||
Diesenreiter]
|
||||
|
||||
Other
|
||||
~~~~~
|
||||
|
||||
|
||||
0.3.1 (2025-05-24)
|
||||
------------------
|
||||
@ -245,6 +256,10 @@ Other
|
||||
0.1.9 (2025-04-15)
|
||||
------------------
|
||||
|
||||
|
||||
0.1.8 (2025-04-15)
|
||||
------------------
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- Additional debug outputs refs NOISSUE. [Simon Diesenreiter]
|
||||
|
@ -131,7 +131,7 @@ pickOfTheDayTimer.OnOccurence += async (s, ea) =>
|
||||
SuggestionHelper = suggestion,
|
||||
UserHasSubmitted = false,
|
||||
HasUsedSuggestion = false,
|
||||
Date = DateTime.Today
|
||||
Date = DateTime.Today.ToUniversalTime()
|
||||
};
|
||||
if (luckyUser.SignalMemberId is string signalId)
|
||||
{
|
||||
|
@ -1 +1 @@
|
||||
0.3.2
|
||||
0.3.3
|
||||
|
Loading…
x
Reference in New Issue
Block a user