From 350630821872b5f74a328f73788758bfa27f408a Mon Sep 17 00:00:00 2001 From: Aleh Kryshtafovich Date: Mon, 16 Dec 2024 13:52:20 +0100 Subject: [PATCH 1/4] Updated README to match Godel Opensource standard --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c3127c..417a826 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # GodelTech.Extensions.Configuration -Library contains configuration extensions. +# Description +GodelTech.Extensions.Configuration is a .NET library that provides extensions for configuration management. ## GetProjectPath This method allows to get project path. ```c# public static string GetProjectPath(string projectRelativePath, Assembly startupAssembly) -``` \ No newline at end of file +``` + +# License +This project is licensed under the MIT License. See the LICENSE file for more details. \ No newline at end of file From 37cb4718bf0beca0e36acf08642cba23a0dac141 Mon Sep 17 00:00:00 2001 From: Pavel Novikau Date: Mon, 23 Dec 2024 12:30:14 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 417a826..cf976f3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GodelTech.Extensions.Configuration -# Description +## Description GodelTech.Extensions.Configuration is a .NET library that provides extensions for configuration management. ## GetProjectPath From 13110b1e734baec67a91e0ad58b6a0995c7ee22b Mon Sep 17 00:00:00 2001 From: Pavel Novikau Date: Mon, 23 Dec 2024 12:30:19 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf976f3..f5ea18e 100644 --- a/README.md +++ b/README.md @@ -9,5 +9,5 @@ This method allows to get project path. public static string GetProjectPath(string projectRelativePath, Assembly startupAssembly) ``` -# License +## License This project is licensed under the MIT License. See the LICENSE file for more details. \ No newline at end of file From b1754a4732a5a42bebb5f241eef520c731be2ce2 Mon Sep 17 00:00:00 2001 From: Pavel Novikau Date: Mon, 23 Dec 2024 12:50:40 +0100 Subject: [PATCH 4/4] Empty-Commit