Compare commits

..

No commits in common. "main" and "0.3.2" have entirely different histories.
main ... 0.3.2

3 changed files with 2 additions and 17 deletions

View File

@ -5,22 +5,11 @@ 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)
------------------
@ -256,10 +245,6 @@ Other
0.1.9 (2025-04-15)
------------------
0.1.8 (2025-04-15)
------------------
Fix
~~~
- Additional debug outputs refs NOISSUE. [Simon Diesenreiter]

View File

@ -131,7 +131,7 @@ pickOfTheDayTimer.OnOccurence += async (s, ea) =>
SuggestionHelper = suggestion,
UserHasSubmitted = false,
HasUsedSuggestion = false,
Date = DateTime.Today.ToUniversalTime()
Date = DateTime.Today
};
if (luckyUser.SignalMemberId is string signalId)
{

View File

@ -1 +1 @@
0.3.3
0.3.2