Doc: Updated README
Compare changes
+ 43
− 6
@@ -23,8 +23,23 @@ GitLab structure:
This is a C# program that takes command line arguments and generates various reports based on the options passed. It uses the CommandLine library to parse the arguments and then maps the options to corresponding reporting classes. The program also logs events using the NLog library, and exceptions are caught and logged as warnings with their corresponding messages. The SanitizeOptions function is used to sanitize input options based on their types.
@@ -56,10 +71,32 @@ GitLab structure:
As an open source plattform and project, we welcome contributions from our community in any form. You can do so by submitting bug reports or feature requests, or by directly contributing to Coscine's source code. To submit your contribution please follow our [Contributing Guideline](https://git.rwth-aachen.de/coscine/docs/public/wiki/-/blob/master/Contributing%20To%20Coscine.md).
> The MIT License allows for free use, modification, and distribution of the software and its associated documentation, subject to certain conditions. The license requires that the copyright notice and permission notice be included in all copies or substantial portions of the software. The software is provided "as is" without any warranties, and the authors or copyright holders cannot be held liable for any damages or other liability arising from its use.
External users can find the _Releases and Changelog_ inside each project's repository. The repository contains a section for Releases (`Deployments > Releases`), where users can find the latest release changelog and source. Withing the Changelog you can find a list of all the changes made in that particular release and version.