From efa2cfb50bf14b4d665e899a00498540778f4fe7 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Sat, 25 Jun 2022 14:50:14 -0400 Subject: [PATCH] Bug fix #294 --- Source/AaxDecrypter/AaxcDownloadMultiConverter.cs | 2 +- Source/AppScaffolding/AppScaffolding.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/AaxDecrypter/AaxcDownloadMultiConverter.cs b/Source/AaxDecrypter/AaxcDownloadMultiConverter.cs index 8f4f31f2..ff708f97 100644 --- a/Source/AaxDecrypter/AaxcDownloadMultiConverter.cs +++ b/Source/AaxDecrypter/AaxcDownloadMultiConverter.cs @@ -155,7 +155,7 @@ That naming may not be desirable for everyone, but it's an easy change to instea private void Callback(int currentChapter, ChapterInfo splitChapters, NewMP3SplitCallback newSplitCallback) - => Callback(currentChapter, splitChapters, newSplitCallback); + => Callback(currentChapter, splitChapters, newSplitCallback as NewSplitCallback); private void Callback(int currentChapter, ChapterInfo splitChapters, NewSplitCallback newSplitCallback) { diff --git a/Source/AppScaffolding/AppScaffolding.csproj b/Source/AppScaffolding/AppScaffolding.csproj index 9408bbec..8e17cbea 100644 --- a/Source/AppScaffolding/AppScaffolding.csproj +++ b/Source/AppScaffolding/AppScaffolding.csproj @@ -3,7 +3,7 @@ net6.0-windows - 8.1.3.1 + 8.1.4.1