From 35c40b3c3e114071c40eb8d6346bb39b821f04c7 Mon Sep 17 00:00:00 2001 From: Donnie Goodson <49205731+donnie-msft@users.noreply.github.com> Date: Thu, 11 Jan 2024 10:27:20 -0800 Subject: [PATCH] Note that package sources can change owner over time --- accepted/2023/owner-author-pmui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accepted/2023/owner-author-pmui.md b/accepted/2023/owner-author-pmui.md index d2646a3..ce1cbee 100644 --- a/accepted/2023/owner-author-pmui.md +++ b/accepted/2023/owner-author-pmui.md @@ -6,7 +6,7 @@ ## Summary -A Known Owner is defined as a package owner that's indicated by a package source's [Search API](https://learn.microsoft.com/nuget/api/search-query-service-resource#search-result), as opposed to the free-form field in the `.nuspec`. +A Known Owner is defined as a package owner that's indicated by a package source's [Search API](https://learn.microsoft.com/nuget/api/search-query-service-resource#search-result), as opposed to the free-form field in the `.nuspec`. A package source may change the owner for any given package over time. Introduce a UI affordance to emphasize which package owners shown in the Packages Manager UI (PM UI) are known by the package source. In the case of the `nuget.org` package source, each owner will render with a hyperlink typically to the owner's profile page (eg, `'https://www.nuget.org/profiles/'`).