The GitHub Packages NuGet registry now runs on a new architecture, unlocking great new capabilities:
Publishing packages at organization level with GitHub Packages
Previously, NuGet packages published to GitHub Packages were closely coupled to their repositories. Now packages can be published at an organization level. They can still be linked to a repository at any time, if needed.
Learn more about connecting a repository to a package.
Fine grained permissions for NuGet packages published to GitHub Packages
You can now configure Actions and Codespaces repository access on the package's settings page, or invite other users to access the package. Additionally, NuGet packages published to GitHub Packages can still be configured to automatically inherit all permissions from a linked repository.
Learn more about configuring a package's access control.
Internal visibility
In addition to public and private, a package's visibility can now also be set to internal. It is then visible for all members of the GitHub organization.
These new features are now available to all users on github.com.
Read more about working with the GitHub NuGet registry
We appreciate your feedback on these new changes in GitHub's public community discussions!