This commit is contained in:
Eugenio Chiodo
2022-02-15 16:15:17 +01:00
parent e64bce3171
commit 89f9e1578c
6 changed files with 66 additions and 143 deletions

View File

@ -0,0 +1,6 @@
namespace decePubClient.Models;
public class AppConfiguration
{
public string Version { get; set; }
}