-
Couldn't load subscription status.
- Fork 462
Adds installation instructions to README #2797
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
Conversation
Adds detailed instructions on how to install both release and pre-release versions of the .NET MAUI Community Toolkit. Includes guidance on setting up NuGet sources and using GitHub Packages for pre-release versions, emphasizing the need for a personal access token.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a new "Installation" section to the README, detailing how to install both stable and pre-release versions of the .NET MAUI Community Toolkit from NuGet.org and GitHub Packages.
- Introduces commands to install main toolkit packages via
dotnet add package. - Provides steps to configure GitHub Packages as a NuGet source and install pre-release versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just typo, good otherwise
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Vlad!
Adds installation instructions for the .NET MAUI Community Toolkit to the README, including: