Compare commits
2 Commits
e400249284
...
0.3.1
Author | SHA1 | Date | |
---|---|---|---|
183309e1ed | |||
a6321324f7 |
@@ -4,6 +4,14 @@ Changelog
|
||||
|
||||
(unreleased)
|
||||
------------
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- Fix build errors, refs NOISSUE. [Simon Diesenreiter]
|
||||
|
||||
|
||||
0.3.0 (2025-05-24)
|
||||
------------------
|
||||
- Ci: more CI fixes, refs NOISSUE. [Simon Diesenreiter]
|
||||
- Ci: improve commit message generation script, refs NOISSUE. [Simon
|
||||
Diesenreiter]
|
||||
|
@@ -18,10 +18,6 @@ LdapIntegration.Instance = new LdapIntegration(AppConfiguration.Instance.LDAPCon
|
||||
|
||||
var builder = WebApplication.CreateBuilder(args);
|
||||
|
||||
var rand = new Random();
|
||||
var num = rand.NextInt64();
|
||||
var mod = num % AppConfiguration.Instance.AverageDaysBetweenRequests;
|
||||
|
||||
Console.WriteLine("Setting up user check timer");
|
||||
var userCheckTimer = new CronTimer("*/1 * * * *", "Europe/Vienna", includingSeconds: false);
|
||||
userCheckTimer.OnOccurence += async (s, ea) =>
|
||||
|
@@ -1 +1 @@
|
||||
0.3.0
|
||||
0.3.1
|
||||
|
Reference in New Issue
Block a user