diff --git a/Source/AppScaffolding/AppScaffolding.csproj b/Source/AppScaffolding/AppScaffolding.csproj index 4ed7ad0a..3f15c935 100644 --- a/Source/AppScaffolding/AppScaffolding.csproj +++ b/Source/AppScaffolding/AppScaffolding.csproj @@ -2,7 +2,7 @@ net8.0 - 11.3.15.1 + 11.3.16.1 diff --git a/Source/LibationFileManager/Configuration.PersistentSettings.cs b/Source/LibationFileManager/Configuration.PersistentSettings.cs index bac5e03b..94445347 100644 --- a/Source/LibationFileManager/Configuration.PersistentSettings.cs +++ b/Source/LibationFileManager/Configuration.PersistentSettings.cs @@ -321,7 +321,7 @@ public string ChapterFileTemplate set => setTemplate(value); } - [Description("How to format the file's Tile stored in metadata")] + [Description("How to format the file's Title stored in metadata")] public string ChapterTitleTemplate { get => getTemplate();