Files
hamann-ausgabe-core/HaWeb/Models/GitState.cs
Simon Martens 2c88f22f8e Deployment v1
2023-09-12 01:59:52 +02:00

9 lines
204 B
C#

using HaWeb.Models;
public class GitState {
public string Commit { get; set; }
public string Branch { get; set; }
public string URL { get; set; }
public DateTime PullTime { get; set; }
}