From 7c144b82772310a79ee2250a03a8590319877218 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Wed, 27 Apr 2022 11:31:13 -0400 Subject: [PATCH] Bug fix #234 : chapters were no longer included in the m4b file --- AaxDecrypter/AaxDecrypter.csproj | 4 ++-- AppScaffolding/AppScaffolding.csproj | 2 +- DtoImporterService/PerfLogger.cs | 4 ++-- _Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj | 4 ++-- _Tests/FileLiberator.Tests/FileLiberator.Tests.csproj | 4 ++-- _Tests/FileManager.Tests/FileManager.Tests.csproj | 4 ++-- .../LibationFileManager.Tests.csproj | 4 ++-- .../LibationSearchEngine.Tests.csproj | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/AaxDecrypter/AaxDecrypter.csproj b/AaxDecrypter/AaxDecrypter.csproj index 181f4bd7..32994916 100644 --- a/AaxDecrypter/AaxDecrypter.csproj +++ b/AaxDecrypter/AaxDecrypter.csproj @@ -5,8 +5,8 @@ - - + + diff --git a/AppScaffolding/AppScaffolding.csproj b/AppScaffolding/AppScaffolding.csproj index 984d2cd4..27f6b566 100644 --- a/AppScaffolding/AppScaffolding.csproj +++ b/AppScaffolding/AppScaffolding.csproj @@ -3,7 +3,7 @@ net6.0-windows - 6.8.3.1 + 6.8.4.1 diff --git a/DtoImporterService/PerfLogger.cs b/DtoImporterService/PerfLogger.cs index f23c9241..35bf7c23 100644 --- a/DtoImporterService/PerfLogger.cs +++ b/DtoImporterService/PerfLogger.cs @@ -8,8 +8,8 @@ namespace DtoImporterService public record timeLogEntry(string msg, long totalElapsed, long delta); public static class PerfLogger { - private static Stopwatch sw = new Stopwatch(); - private static List __log { get; } = new List { new("begin", 0, 0) }; + private static Stopwatch sw { get; } = new(); + private static List __log { get; } = new() { new("begin", 0, 0) }; public static void logTime(string s) { diff --git a/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj b/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj index f6e93c74..dedc4cc7 100644 --- a/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj +++ b/_Tests/AudibleUtilities.Tests/AudibleUtilities.Tests.csproj @@ -10,8 +10,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj b/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj index 2a7dc57f..53063569 100644 --- a/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj +++ b/_Tests/FileLiberator.Tests/FileLiberator.Tests.csproj @@ -9,8 +9,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/_Tests/FileManager.Tests/FileManager.Tests.csproj b/_Tests/FileManager.Tests/FileManager.Tests.csproj index 09705688..6b326c37 100644 --- a/_Tests/FileManager.Tests/FileManager.Tests.csproj +++ b/_Tests/FileManager.Tests/FileManager.Tests.csproj @@ -9,8 +9,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/_Tests/LibationFileManager.Tests/LibationFileManager.Tests.csproj b/_Tests/LibationFileManager.Tests/LibationFileManager.Tests.csproj index 3eb622b1..a1ae832e 100644 --- a/_Tests/LibationFileManager.Tests/LibationFileManager.Tests.csproj +++ b/_Tests/LibationFileManager.Tests/LibationFileManager.Tests.csproj @@ -9,8 +9,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/_Tests/LibationSearchEngine.Tests/LibationSearchEngine.Tests.csproj b/_Tests/LibationSearchEngine.Tests/LibationSearchEngine.Tests.csproj index 619508a3..19cc9558 100644 --- a/_Tests/LibationSearchEngine.Tests/LibationSearchEngine.Tests.csproj +++ b/_Tests/LibationSearchEngine.Tests/LibationSearchEngine.Tests.csproj @@ -10,8 +10,8 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive