From 1fadc733c742caf14122cf9d071ac8a2e9f0df0f Mon Sep 17 00:00:00 2001 From: Dvurechensky <46356631+Dvurechensky@users.noreply.github.com> Date: Mon, 12 May 2025 01:02:48 +0300 Subject: [PATCH] 1.0.3 Update all --- .gitignore | 3 +++ GrufCustom/Data/Edge.cs | 10 +++++++++- GrufCustom/Data/Verticle.cs | 10 +++++++++- GrufCustom/Graph.cs | 10 +++++++++- GrufCustom/Program.cs | 11 ++++++++++- 5 files changed, 40 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 71ec0d1..4e8a6a4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ # or wget: # wget --no-check-certificate http://gist.githubusercontent.com/kmorcinek/2710267/raw/.gitignore +pre_commit.log +pre_commit.ps1 + # User-specific files *.suo *.user diff --git a/GrufCustom/Data/Edge.cs b/GrufCustom/Data/Edge.cs index 0c62c69..0946db6 100644 --- a/GrufCustom/Data/Edge.cs +++ b/GrufCustom/Data/Edge.cs @@ -1,4 +1,12 @@ -namespace GraphCustomSearcher.Data; +/* + * Author: Nikolay Dvurechensky + * Site: https://www.dvurechensky.pro/ + * Gmail: dvurechenskysoft@gmail.com + * Last Updated: 12 мая 2025 00:57:53 + * Version: 1.0.5 + */ + +namespace GraphCustomSearcher.Data; /// /// Шаблог ребра diff --git a/GrufCustom/Data/Verticle.cs b/GrufCustom/Data/Verticle.cs index 74fa5cb..bbade26 100644 --- a/GrufCustom/Data/Verticle.cs +++ b/GrufCustom/Data/Verticle.cs @@ -1,4 +1,12 @@ -namespace GraphCustomSearcher.Data; +/* + * Author: Nikolay Dvurechensky + * Site: https://www.dvurechensky.pro/ + * Gmail: dvurechenskysoft@gmail.com + * Last Updated: 12 мая 2025 00:57:53 + * Version: 1.0.5 + */ + +namespace GraphCustomSearcher.Data; /// /// Узел diff --git a/GrufCustom/Graph.cs b/GrufCustom/Graph.cs index 8de26b7..cde546e 100644 --- a/GrufCustom/Graph.cs +++ b/GrufCustom/Graph.cs @@ -1,4 +1,12 @@ -using GraphCustomSearcher.Data; +/* + * Author: Nikolay Dvurechensky + * Site: https://www.dvurechensky.pro/ + * Gmail: dvurechenskysoft@gmail.com + * Last Updated: 12 мая 2025 00:57:53 + * Version: 1.0.5 + */ + +using GraphCustomSearcher.Data; namespace GraphCustomSearcher; diff --git a/GrufCustom/Program.cs b/GrufCustom/Program.cs index fb69655..12cf1d3 100644 --- a/GrufCustom/Program.cs +++ b/GrufCustom/Program.cs @@ -1,4 +1,12 @@ -using GraphCustomSearcher.Data; +/* + * Author: Nikolay Dvurechensky + * Site: https://www.dvurechensky.pro/ + * Gmail: dvurechenskysoft@gmail.com + * Last Updated: 12 мая 2025 00:57:53 + * Version: 1.0.5 + */ + +using GraphCustomSearcher.Data; using GraphCustomSearcher; /// @@ -20,6 +28,7 @@ public class Program StartSeachPath(GraphX, "Пенсильвания", "Париж"); Console.WriteLine("Пенсильвания->Оптимум"); StartSeachPath(GraphX, "Пенсильвания", "Оптимум"); + Console.ReadLine(); } ///