Done #135 We are including the application version number in the directory.

This commit is contained in:
tidusjar 2016-07-20 10:40:00 +01:00
commit 67df79bcca
9 changed files with 78 additions and 61 deletions

View file

@ -30,7 +30,7 @@ using Newtonsoft.Json;
namespace PlexRequests.Core.SettingModels
{
public sealed class LandingPageSettings : Settings
public class LandingPageSettings : Settings
{
public bool Enabled { get; set; }
public bool BeforeLogin { get; set; }

View file

@ -26,7 +26,7 @@
#endregion
namespace PlexRequests.Core.SettingModels
{
public sealed class ScheduledJobsSettings : Settings
public class ScheduledJobsSettings : Settings
{
public ScheduledJobsSettings()
{