diff --git a/src/AssemblyInfo.cs b/src/AssemblyInfo.cs index d2b7724..9f3ac12 100644 --- a/src/AssemblyInfo.cs +++ b/src/AssemblyInfo.cs @@ -15,7 +15,7 @@ namespace Dot; public static class AssemblyInfo { - private const string _VERSION = "1.1.5"; + private const string _VERSION = "1.1.6"; public const string ASSEMBLY_COMPANY = "nsnail"; public const string ASSEMBLY_COPYRIGHT = $"Copyright (c) 2022 {ASSEMBLY_COMPANY}"; public const string ASSEMBLY_FILE_VERSION = _VERSION; diff --git a/src/FilesTool.cs b/src/FilesTool.cs index c2bf8cf..f1b3f6f 100644 --- a/src/FilesTool.cs +++ b/src/FilesTool.cs @@ -1,6 +1,5 @@ using System.Collections.Concurrent; using System.Text.RegularExpressions; -using Panel = Spectre.Console.Panel; namespace Dot; diff --git a/src/Get/Main.cs b/src/Get/Main.cs new file mode 100644 index 0000000..87b2433 --- /dev/null +++ b/src/Get/Main.cs @@ -0,0 +1,183 @@ +using System.Net.Http.Headers; +using System.Text.RegularExpressions; +using NSExt.Extensions; + +namespace Dot.Get; + +[Description(nameof(Str.DownloadTool))] +[Localization(typeof(Str))] +public partial class Main : ToolBase