CommunityToolkit / Graph-Controls

Set of Helpers and Controls for Windows development using the Microsoft Graph.
https://docs.microsoft.com/en-us/windows/communitytoolkit/graph/overview
Other
155 stars 39 forks source link

Update nuget icon #146

Closed shweaver-MSFT closed 3 years ago

shweaver-MSFT commented 3 years ago

Fixes #144

PR Type

What kind of change does this PR introduce?

What is the current behavior?

The nuget icon is missing from the published preview packages on Nuget.

What is the new behavior?

I used WCT as a reference to update the property and targets files for the solution and add the icon.

I also noticed that after this change, the GraphPresenter was having a tough time deserializing some types, so I converted it from Newtonsoft Json to System.Text.Json as well to fix up the errors.

PR Checklist

Please check if your PR fulfills the following requirements:

Other information

ghost commented 3 years ago

Thanks shweaver-MSFT for opening a Pull Request! The reviewers will test the PR and highlight if there is any merge conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌

shweaver-MSFT commented 3 years ago

Tested in ContosoNotes and the nuget image shows up as expected when using the WCT PRs feed.