From 47fcf7725c0119099b4fd34a04492d4a62dd233a Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Thu, 27 Aug 2026 15:03:44 -0300 Subject: [PATCH 1/2] Add centered hero logo to GitHub README. --- readme.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index b469df1..c4d0df2 100644 --- a/readme.md +++ b/readme.md @@ -1,7 +1,13 @@ -# ndx +

+ ndx +

-[![Release](https://img.shields.io/github/v/release/devlooped/ndx?include_prereleases&color=darkmagenta)](https://github.com/devlooped/ndx/releases) -[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/devlooped/oss/blob/main/license.txt) +

ndx

+ +

+ Release + License +

`ndx` (*n*ative *d*otnet e*x*ecute) is [`dnx`](https://learn.microsoft.com/dotnet/core/tools/dotnet-tool-exec) for From 4623360ef9cb1a70cba0b333ed755300f3738ceb Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Thu, 27 Aug 2026 15:05:34 -0300 Subject: [PATCH 2/2] Remove project header from README Removed the header for the project name. --- readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/readme.md b/readme.md index c4d0df2..32de27f 100644 --- a/readme.md +++ b/readme.md @@ -2,8 +2,6 @@ ndx

-

ndx

-

Release License