We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0079e9c commit 5947b1bCopy full SHA for 5947b1b
dev/Tools/Common/AppConfig.cs
@@ -4,8 +4,8 @@
4
namespace TvTime.Common;
5
public class AppConfig : NotifiyingJsonSettings, IVersionable
6
{
7
- [EnforcedVersion("4.0.0.0")]
8
- public virtual Version Version { get; set; } = new Version(4, 0, 0, 0);
+ [EnforcedVersion("4.4.0.0")]
+ public virtual Version Version { get; set; } = new Version(4, 4, 0, 0);
9
public override string FileName { get; set; } = Constants.AppConfigPath;
10
11
private ObservableCollection<string> _SubtitleLanguagesCollection = new();
0 commit comments