From 46815a767a5e96b029d53a4c1b7180af65940f13 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Sun, 25 Apr 2021 15:37:58 -0500 Subject: [PATCH] refactor: move yamldotnet extensions to respective directory --- src/Trash/{Extensions => YamlDotNet}/YamlDotNetExtensions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/Trash/{Extensions => YamlDotNet}/YamlDotNetExtensions.cs (95%) diff --git a/src/Trash/Extensions/YamlDotNetExtensions.cs b/src/Trash/YamlDotNet/YamlDotNetExtensions.cs similarity index 95% rename from src/Trash/Extensions/YamlDotNetExtensions.cs rename to src/Trash/YamlDotNet/YamlDotNetExtensions.cs index ed8a8389..418fcda9 100644 --- a/src/Trash/Extensions/YamlDotNetExtensions.cs +++ b/src/Trash/YamlDotNet/YamlDotNetExtensions.cs @@ -1,7 +1,7 @@ using JetBrains.Annotations; using YamlDotNet.Serialization; -namespace Trash.Extensions +namespace Trash.YamlDotNet { public static class YamlDotNetExtensions {