Add versioning to Info command

This commit is contained in:
2022-12-19 20:24:35 +01:00
parent e75f853e6a
commit 3a0d5fea9a
4 changed files with 29 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
namespace Alma.Services;
public interface IVersionService
{
public string GetVersion();
}