From a367b439425c3d53d30c9fe7920936ae5f2f4832 Mon Sep 17 00:00:00 2001 From: jbe2277 Date: Sun, 26 Nov 2023 21:09:20 +0100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4e7c4feb..59837f15 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,10 @@ Package | Usage | Successor of ## Sample Applications Name | Type | Description --- | --- | --- -[Waf NewsReader](https://github.com/jbe2277/waf/tree/master/src/NewsReader) | MAUI
.NET 7 | A simple and fast RSS and ATOM news feed reader.
-[Waf Writer](https://github.com/jbe2277/waf/tree/master/src/System.Waf/Samples/Writer) | WPF
.NET 6 | A simplified word processing application.
-[Waf Book Library](https://github.com/jbe2277/waf/tree/master/src/System.Waf/Samples/BookLibrary) | WPF
.NET 6 | Supports the user to manage his books. Borrowed books can be tracked by this application.
-[Waf Information Manager](https://github.com/jbe2277/waf/tree/master/src/System.Waf/Samples/InformationManager) | WPF
.NET 6 | A modular application that comes with a fake email client and an address book.
-[Waf Music Manager](https://jbe2277.github.io/musicmanager/) | WPF
.NET 7 | Fast application that makes fun to manage the local music collection.
*MS Store (MSIX), WinRT, Media playback, File queries & properties, Async/await, Drag & Drop* -[Waf DotNetPad](https://jbe2277.github.io/dotnetpad) | WPF
.NET 7 | Code editor to program with C# or Visual Basic.
*MS Store (MSIX), .NET Compiler Platform, Roslyn, AvalonEdit, Auto completion, Async/await* -[Waf File Hash Generator](https://jbe2277.github.io/fhg/) | WinUI 3
.NET 7 | Simple tool that generates the hash values of one or more files.
*MS Store (MSIX), Async, Progress, Drag & Drop* +[Waf NewsReader](https://github.com/jbe2277/waf/tree/master/src/NewsReader) | MAUI
.NET 8 | A simple and fast RSS and ATOM news feed reader.
+[Waf Writer](https://github.com/jbe2277/waf/tree/master/src/System.Waf/Samples/Writer) | WPF
.NET 8 | A simplified word processing application.
+[Waf Book Library](https://github.com/jbe2277/waf/tree/master/src/System.Waf/Samples/BookLibrary) | WPF
.NET 8 | Supports the user to manage his books. Borrowed books can be tracked by this application.
+[Waf Information Manager](https://github.com/jbe2277/waf/tree/master/src/System.Waf/Samples/InformationManager) | WPF
.NET 8 | A modular application that comes with a fake email client and an address book.
+[Waf Music Manager](https://jbe2277.github.io/musicmanager/) | WPF
.NET 8 | Fast application that makes fun to manage the local music collection.
*MS Store (MSIX), WinRT, Media playback, File queries & properties, Async/await, Drag & Drop* +[Waf DotNetPad](https://jbe2277.github.io/dotnetpad) | WPF
.NET 8 | Code editor to program with C# or Visual Basic.
*MS Store (MSIX), .NET Compiler Platform, Roslyn, AvalonEdit, Auto completion, Async/await* +[Waf File Hash Generator](https://jbe2277.github.io/fhg/) | WinUI 3
.NET 8 | Simple tool that generates the hash values of one or more files.
*MS Store (MSIX), Async, Progress, Drag & Drop*