Skip to content
Open
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
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
```
```

## License
This project is licensed under the MIT License. See the LICENSE file for more details.
Loading