-
Notifications
You must be signed in to change notification settings - Fork 867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Publish docfx packages in the name of .NET foundation #8930
Comments
It appears we could reserve |
Why does https://www.nuget.org/packages/docfx show "Prefix Reserved" even though the "docfx" name does not include the dot that is in the "DocFX.*" prefix? |
I don't have exact details on how NuGet name reserve works. It seems reserving the |
If someone requests a namespace reservation for |
Newer versions of |
The |
Congrats! Happy that this is finally done ❤️🚀 |
Today docfx NuGet packages are published in the name of Microsoft. With the transition to .NET foundation, future versions of docfx will be published in the name of .NET foundation.
This will introduce a breaking change to all packages starting with
Microsoft.*
, as those packages can only be published with a Microsoft signing cert. The candidate new package and namespace naming conventions are:Microsoft.DocAsCode.*
->Docfx.*
orMicrosoft.DocAsCode.*
->DocAsCode.*
docfx
nuget accountDocfx.App
.The text was updated successfully, but these errors were encountered: