Skip to content

Commit b660ef8

Browse files
authored
Update README.md (JohannBlais#62)
1 parent 2f41a7d commit b660ef8

1 file changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
.NET 2.0/3.5: [https://nuget.org/packages/InformationBoxLegacy/](https://nuget.org/packages/InformationBoxLegacy/)
44

5-
.NET 4.8/.NET 7.0-10.0: [https://nuget.org/packages/InformationBox/](https://nuget.org/packages/InformationBox/)
5+
.NET 4.8 / dotnet core 8.0-10.0: [https://nuget.org/packages/InformationBox/](https://nuget.org/packages/InformationBox/)
66

77
**Build**
88

@@ -19,7 +19,7 @@ InformationBox is the simplest and easiest way to create personalized MessageBox
1919

2020
Stop wasting time developing your own custom MessageBox, everything you need is already available. Just customize your MessageBox using the visual designer and the code is automatically generated !
2121

22-
**Find out more about the inner working of InformationBox [in the documentation](https://github.com/JohannBlais/InformationBox/wiki)**.
22+
**Find out more about the inner working of InformationBox [in the documentation](Documentation)**.
2323

2424
**Highlights**
2525

@@ -35,11 +35,12 @@ It is not planned to implement the new visual style in the .NET 1.1 branch, and
3535
The project is available on NuGet, deployable using the installers, or compilable from source.
3636

3737
**Features**
38-
* Multilanguage support (contributors needed).
38+
* Multilanguage support (contributors needed). [Here](<Supported Languages>) is a list of supported languages.
3939
* New visual style using glass components (.NET 2.0+ only).
4040
* Scrollable when the text is too large.
4141
* Message is selectable for easy copy (Ctrl-C).
4242
* Possibility to modify the colors (back colors).
43+
* Possibility to change the font and color of the content.
4344
* Auto closing after _n_ seconds.
4445
* Pretty icons included as replacements for the old MessageBox icons.
4546
* Many new icons added to the default ones.
@@ -53,13 +54,14 @@ The project is available on NuGet, deployable using the installers, or compilabl
5354
* Support for MessageBox enums.
5455
* Support for .NET 1.1 (discontinued legacy package)
5556
* Support for .NET 4.8
56-
* Support for .NET 6.0 (windows)
57-
* Support for .NET 7.0 (windows)
5857
* Support for .NET 8.0 (windows)
58+
* Support for .NET 9.0 (windows)
59+
* Support for .NET 10.0 (windows)
5960
* Help file support.
60-
* Possibility to show modeless boxes.
61-
* Possibility to define scopes.
61+
* Possibility to show modeless boxes, details [here](<Modeless boxes>).
62+
* Possibility to define [scopes](<InformationBox scopes>).
6263
* Opacity (10 to 100%)
6364
* Developer friendly (provide-only-what-you-want-to-customize constructor).
6465
* Visual Designer. Customize your InformationBox and the designer generates the code!
6566
* Available for FREE even for commercial use.
67+

0 commit comments

Comments
 (0)