Self-Hosted Git

This commit is contained in:
Simon Martens
2025-09-30 17:04:30 +02:00
parent 2a2a292cc9
commit 8c9dc19d5b
12 changed files with 573 additions and 110 deletions

View File

@@ -18,4 +18,5 @@ public interface IXMLFileProvider {
public bool HasChanged();
public void DeleteHamannFile(string filename);
public void Scan();
public void Reload();
}