From b23e968f5e65b39388e9c7c8c74aedd2f1a46758 Mon Sep 17 00:00:00 2001 From: Ricardo Boss Date: Tue, 5 Nov 2024 13:09:02 +0100 Subject: [PATCH] Added note about multi-package rewrite --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2f21204e..915c75c0 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ Self-hosted pub.dev alternative. +> [!NOTE] +> I am currently in the process of rewriting the entire app so it can support Dart _and_ NuGet (C#) packages. +> If you want to test it, check out the [`multi-package` branch](https://github.com/ricardoboss/PubNet/tree/multi-package). + ## Contents - [Development](#development)