Skip to content

Commit 2c1d935

Browse files
Update Readme for Preview NuGet packages
1 parent 1eadc24 commit 2c1d935

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,12 @@ Before using controls that access [Microsoft Graph](https://graph.microsoft.com)
2222
2323
### UWP Quick Start
2424

25-
To include the latest preview MyGet package in your Visual Studio environment, open your _Package Sources_ settings from the title-bar search, click the green '+' and change the source following :
26-
27-
`https://dotnet.myget.org/F/uwpcommunitytoolkit/api/v3/index.json`
28-
29-
Give it a name, and then click the `Update` button. Then use the following command on the _Package Manager Console_:
25+
Use the following command on the _Package Manager Console_ to install the NuGet to your project:
3026

3127
```powershell
3228
Install-Package Microsoft.Toolkit.Graph.Controls -IncludePrerelease
3329
```
3430

35-
<!-- TODO: Update instructions later to single PMC line when https://github.com/NuGet/Home/issues/7189 is fixed. -->
36-
3731
Then open your `MainPage.xaml` file and add the following behavior:
3832

3933
```xml
@@ -47,6 +41,8 @@ Then open your `MainPage.xaml` file and add the following behavior:
4741
</Page>
4842
```
4943

44+
*You can also use the `<providers:MockProviderBehavior/>` instead to provide some test data, though we're currently investigating an issue with the search results returned for PeoplePicker, see [Issue #24](https://github.com/windows-toolkit/Graph-Controls/issues/24).*
45+
5046
You can use the `Scopes` property to preemptively request permissions from the user of your app for data your app needs to access from Microsoft Graph.
5147

5248
You only need the main/first page of your app to load use the provider behavior. This will initialize the graph provider for your entire application.

0 commit comments

Comments
 (0)