From 918299b86dcabaac9af8c65c12477afaa90ac24d Mon Sep 17 00:00:00 2001 From: BDisp Date: Mon, 15 Jul 2024 22:35:39 +0100 Subject: [PATCH] Changing README explaining the purpose of this project. --- SelfContained/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SelfContained/README.md b/SelfContained/README.md index 91cc1eb5f..f4bd041ee 100644 --- a/SelfContained/README.md +++ b/SelfContained/README.md @@ -1,6 +1,6 @@ # Terminal.Gui C# SelfContained -This example shows how to use the `Terminal.Gui` library to create a simple `self-contained` `single file` GUI application in C#. +This project aims to test the `Terminal.Gui` library to create a simple `self-contained` `single-file` GUI application in C#, ensuring that all its features are available. With `Debug` the `.csproj` is used and with `Release` the latest `nuget package` is used, either in `Solution Configurations` or in `Profile Publish`.