commit version

This commit is contained in:
Paul Schneider 2021-08-27 21:22:34 +01:00
commit 55e407d951
15 changed files with 614 additions and 41 deletions

View file

@ -1,3 +1,5 @@
using System;
namespace isnd.Entities
{
public class IsndSettings
@ -8,6 +10,9 @@ namespace isnd.Entities
public string PackagesRootDir {get; set;}
public string CatalogDir {get; set;}
public int MaxUserKeyCount {get; set;}
public int CatalogPageLen {get; set;}
public TimeSpan DisplayDeletionLen {get; set;}
}
}