From 3d4613710b48e7ed5b8d5cacc16cef906bf0d179 Mon Sep 17 00:00:00 2001 From: Tig Date: Sun, 17 Dec 2023 14:33:47 -0700 Subject: [PATCH] V1: Fixes #3050 - API Doc link in Readme (#3058) * Updated nuget refs * Fixes #3050 --- README.md | 2 +- ReactiveExample/ReactiveExample.csproj | 6 +++--- Terminal.Gui/Terminal.Gui.csproj | 4 ++-- UICatalog/UICatalog.csproj | 4 ++-- UnitTests/UnitTests.csproj | 6 +++--- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 4c369772c..e9249dadd 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ dotnet run * [Terminal.Gui Overview](https://gui-cs.github.io/Terminal.Gui/articles/overview.html) * [List of Views/Controls](https://gui-cs.github.io/Terminal.Gui/articles/views.html) * [Conceptual Documentation](https://gui-cs.github.io/Terminal.Gui/articles/index.html) -* [API Documentation](https://gui-cs.github.io/Terminal.Gui/api/Terminal.Gui/Terminal.Gui.html) +* [API Documentation](https://gui-cs.github.io/Terminal.Gui) _The Documentation matches the most recent Nuget release from the `main` branch ([![Version](https://img.shields.io/nuget/v/Terminal.Gui.svg)](https://www.nuget.org/packages/Terminal.Gui))_ diff --git a/ReactiveExample/ReactiveExample.csproj b/ReactiveExample/ReactiveExample.csproj index 8e1fd42af..3ca6d647c 100644 --- a/ReactiveExample/ReactiveExample.csproj +++ b/ReactiveExample/ReactiveExample.csproj @@ -10,9 +10,9 @@ 1.14.0-pre.1+Branch.develop.Sha.e0b7464669ef87b96b57f2285200e02bcf85d0e7--> - - - + + + diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index 10d5d70fa..2269fb465 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -30,9 +30,9 @@ - + - + diff --git a/UICatalog/UICatalog.csproj b/UICatalog/UICatalog.csproj index 50d537e00..5d88e2553 100644 --- a/UICatalog/UICatalog.csproj +++ b/UICatalog/UICatalog.csproj @@ -1,4 +1,4 @@ - + Exe net7.0 @@ -21,7 +21,7 @@ - + diff --git a/UnitTests/UnitTests.csproj b/UnitTests/UnitTests.csproj index adcfad711..c301558de 100644 --- a/UnitTests/UnitTests.csproj +++ b/UnitTests/UnitTests.csproj @@ -19,10 +19,10 @@ - + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive