From 3b4f19b6b7f6a283eb69f1a9ec8b932bc07bbbb7 Mon Sep 17 00:00:00 2001 From: James Groom Date: Wed, 3 Jul 2024 19:09:14 +1000 Subject: [PATCH] Updated C# and .NET docs supplement (markdown) --- C#-and-.NET-docs-supplement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C#-and-.NET-docs-supplement.md b/C#-and-.NET-docs-supplement.md index f46ad0e..870992f 100644 --- a/C#-and-.NET-docs-supplement.md +++ b/C#-and-.NET-docs-supplement.md @@ -50,7 +50,7 @@ If a string literal contains a date, *even if it's being deserialised to a strin [up-to-date docs on MSDN](https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-dotnet-cli) -`dotnet list $PWD/BizHawk.sln package --outdated` will list outdated ``s (betas are **ignored** without `--include-prerelease`). There is no built-in command for updating them automatically. +`dotnet list $PWD/BizHawk.sln package --outdated` will list outdated ``s (betas are **ignored** without `--include-prerelease`—if there are only betas published, it sees no releases and prints "Not found"). There is no built-in command for updating them automatically. ## NUL-terminated strings