Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/CCVTAC.Main/CCVTAC.Main.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CCFSharpUtils" Version="0.1.41" />
<PackageReference Include="CCFSharpUtils" Version="0.3.5.1" />
<PackageReference Include="CodeConscious.Startwatch" Version="1.0.0" />
<PackageReference Include="FSharpPlus" Version="1.9.1" />
<PackageReference Include="FsToolkit.ErrorHandling" Version="5.2.0" />
<PackageReference Include="Spectre.Console" Version="0.54.0" />
<PackageReference Include="Spectre.Console" Version="0.55.2" />
<PackageReference Include="TagLibSharp" Version="2.3.0" />
<PackageReference Update="FSharp.Core" Version="10.1.201" />
<PackageReference Update="FSharp.Core" Version="10.1.202" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/CCVTAC.Main/Commands.fs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace CCVTAC.Main

open CCFSharpUtils.Library
open CCFSharpUtils
open System

module Commands =
Expand Down
2 changes: 1 addition & 1 deletion src/CCVTAC.Main/Downloading/Downloading.fs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace CCVTAC.Main.Downloading

open CCFSharpUtils.Library
open CCFSharpUtils

module Downloading =

Expand Down
2 changes: 1 addition & 1 deletion src/CCVTAC.Main/Downloading/Updater.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace CCVTAC.Main.Downloading
open CCVTAC.Main
open CCVTAC.Main.ExternalTools
open CCVTAC.Main.Settings.Settings
open CCFSharpUtils.Library
open CCFSharpUtils

module Updater =

Expand Down
2 changes: 1 addition & 1 deletion src/CCVTAC.Main/ExternalTools/Runner.fs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace CCVTAC.Main.ExternalTools

open CCVTAC.Main
open CCFSharpUtils.Library
open CCFSharpUtils
open Startwatch.Library
open System
open System.Diagnostics
Expand Down
2 changes: 1 addition & 1 deletion src/CCVTAC.Main/History.fs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace CCVTAC.Main

open CCVTAC.Main.IoUtilities.Files
open CCFSharpUtils.Library
open CCFSharpUtils
open System
open System.IO
open System.Text.Json
Expand Down
2 changes: 1 addition & 1 deletion src/CCVTAC.Main/IoUtilities/Directories.fs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace CCVTAC.Main.IoUtilities

open CCVTAC.Main
open CCFSharpUtils.Library
open CCFSharpUtils
open System.IO
open System.Text

Expand Down
3 changes: 1 addition & 2 deletions src/CCVTAC.Main/IoUtilities/Files.fs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
namespace CCVTAC.Main.IoUtilities

open CCVTAC.Main
open CCFSharpUtils.Library
open CCFSharpUtils
open System.IO

module Files =
Expand Down
2 changes: 1 addition & 1 deletion src/CCVTAC.Main/Orchestrator.fs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ open CCVTAC.Main.PostProcessing
open CCVTAC.Main.Settings
open CCVTAC.Main.Settings.Settings
open CCVTAC.Main.Settings.Settings.LiveUpdating
open CCFSharpUtils.Library
open CCFSharpUtils
open Startwatch.Library
open System

Expand Down
2 changes: 1 addition & 1 deletion src/CCVTAC.Main/PostProcessing/Deleter.fs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace CCVTAC.Main.PostProcessing

open CCVTAC.Main
open CCFSharpUtils.Library
open CCFSharpUtils
open System.IO

module Deleter =
Expand Down
2 changes: 1 addition & 1 deletion src/CCVTAC.Main/PostProcessing/MetadataUtilities.fs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace CCVTAC.Main.PostProcessing

open CCVTAC.Main
open CCFSharpUtils.Library
open CCFSharpUtils
open System
open System.Text

Expand Down
2 changes: 1 addition & 1 deletion src/CCVTAC.Main/PostProcessing/Mover.fs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ open CCVTAC.Main.IoUtilities
open CCVTAC.Main.PostProcessing
open CCVTAC.Main.PostProcessing.Tagging
open CCVTAC.Main.Settings.Settings
open CCFSharpUtils.Library
open CCFSharpUtils
open TaggingSet
open System
open System.IO
Expand Down
2 changes: 1 addition & 1 deletion src/CCVTAC.Main/PostProcessing/PostProcessing.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ open CCVTAC.Main.IoUtilities
open CCVTAC.Main.PostProcessing.Tagging
open CCVTAC.Main.PostProcessing.Tagging.TaggingSet
open CCVTAC.Main.Settings.Settings
open CCFSharpUtils.Library
open CCFSharpUtils
open Startwatch.Library
open System.IO
open System.Linq
Expand Down
2 changes: 1 addition & 1 deletion src/CCVTAC.Main/PostProcessing/Renamer.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ namespace CCVTAC.Main.PostProcessing
open CCVTAC.Main
open CCVTAC.Main.IoUtilities
open CCVTAC.Main.Settings.Settings
open CCFSharpUtils.Library
open CCFSharpUtils
open System
open System.IO
open System.Text
Expand Down
2 changes: 1 addition & 1 deletion src/CCVTAC.Main/PostProcessing/Tagging/Tagger.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ open CCVTAC.Main.Settings.Settings
open CCVTAC.Main.PostProcessing
open CCVTAC.Main.PostProcessing.Tagging
open CCVTAC.Main.Downloading.Downloading
open CCFSharpUtils.Library
open CCFSharpUtils
open Startwatch.Library
open TaggingSet
open MetadataUtilities
Expand Down
5 changes: 3 additions & 2 deletions src/CCVTAC.Main/PostProcessing/Tagging/TaggingSet.fs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
namespace CCVTAC.Main.PostProcessing.Tagging

open CCVTAC.Main.IoUtilities
open CCFSharpUtils.Library
open CCFSharpUtils
open CCFSharpUtils.Operators
open FsToolkit.ErrorHandling
open System.IO
open System.Text.RegularExpressions
Expand Down Expand Up @@ -89,4 +90,4 @@ module TaggingSet =
|> List.mapSnd fileName
|> List.map createValidated
|> List.sequenceResultA
|! List.collect id
|!! List.collect id
2 changes: 1 addition & 1 deletion src/CCVTAC.Main/Printer.fs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace CCVTAC.Main

open CCFSharpUtils.Library
open CCFSharpUtils
open System
open System.Collections.Generic
open System.Linq
Expand Down
2 changes: 1 addition & 1 deletion src/CCVTAC.Main/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ open CCVTAC.Main.IoUtilities
open CCVTAC.Main.Settings
open CCVTAC.Main.Settings.Settings
open Settings.IO
open CCFSharpUtils.Library
open CCFSharpUtils
open Spectre.Console
open System
open System.IO
Expand Down
2 changes: 1 addition & 1 deletion src/CCVTAC.Main/ResultTracker.fs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace CCVTAC.Main

open CCFSharpUtils.Library
open CCFSharpUtils
open System
open System.Collections.Generic

Expand Down
2 changes: 1 addition & 1 deletion src/CCVTAC.Main/Settings/Settings.fs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace CCVTAC.Main.Settings

open CCVTAC.Main
open CCFSharpUtils.Library
open CCFSharpUtils
open Spectre.Console
open System
open System.Text.Json.Serialization
Expand Down
6 changes: 3 additions & 3 deletions src/CCVTAC.Tests/CCVTAC.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
<Compile Include="Program.fs" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="CCFSharpUtils" Version="0.1.41" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.3.0" />
<PackageReference Include="CCFSharpUtils" Version="0.3.5.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="18.4.0" />
<PackageReference Include="xunit" Version="2.9.3" />
<PackageReference Include="xunit.runner.visualstudio" Version="3.1.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand All @@ -25,7 +25,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Update="FSharp.Core" Version="10.1.201" />
<PackageReference Update="FSharp.Core" Version="10.1.202" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CCVTAC.Main\CCVTAC.Main.fsproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/CCVTAC.Tests/TagDetectionTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module TagDetectionTests
open CCVTAC.Main.PostProcessing.Tagging
open CCVTAC.Main.PostProcessing
open CCVTAC.Main.Settings.Settings
open CCFSharpUtils.Library
open CCFSharpUtils
open System
open Xunit

Expand Down