From 4fdd399c81510b88320cae57f9982725c6370309 Mon Sep 17 00:00:00 2001 From: Alexandre Zollinger Chohfi Date: Mon, 19 Jul 2021 10:53:13 -0700 Subject: [PATCH] Org rename: windows-toolkit -> CommunityToolkit --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- Directory.Build.props | 8 ++++---- README.md | 10 +++++----- nuget.config | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 571b740..9d621d3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -27,9 +27,9 @@ What kind of change does this PR introduce? Please check if your PR fulfills the following requirements: -- [ ] Tested code with current [supported SDKs](https://github.com/windows-toolkit/Graph-Controls/blob/main/README.md) +- [ ] Tested code with current [supported SDKs](https://github.com/CommunityToolkit/Graph-Controls/blob/main/README.md) - [ ] Sample in sample app has been added / updated (for bug fixes / features) - - [ ] Icon has been created (if new sample) following the [Thumbnail Style Guide and templates](https://github.com/windows-toolkit/WindowsCommunityToolkit-design-assets) + - [ ] Icon has been created (if new sample) following the [Thumbnail Style Guide and templates](https://github.com/CommunityToolkit/WindowsCommunityToolkit-design-assets) - [ ] Tests for the changes have been added (for bug fixes / features) (if applicable) - [ ] Header has been added to all new source files (run _build/UpdateHeaders.bat_) - [ ] Contains **NO** breaking changes diff --git a/Directory.Build.props b/Directory.Build.props index c9eb5d8..dcfc1bc 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,10 +4,10 @@ Microsoft.Toolkit true true - https://raw.githubusercontent.com/windows-toolkit/WindowsCommunityToolkit/master/build/nuget.png - https://github.com/windows-toolkit/WindowsCommunityToolkit - https://github.com/windows-toolkit/WindowsCommunityToolkit/blob/master/license.md - https://github.com/windows-toolkit/WindowsCommunityToolkit/releases + https://raw.githubusercontent.com/CommunityToolkit/WindowsCommunityToolkit/master/build/nuget.png + https://github.com/CommunityToolkit/WindowsCommunityToolkit + https://github.com/CommunityToolkit/WindowsCommunityToolkit/blob/master/license.md + https://github.com/CommunityToolkit/WindowsCommunityToolkit/releases (c) .NET Foundation and Contributors. All rights reserved. $(MSBuildThisFileDirectory)Toolkit.ruleset en-US diff --git a/README.md b/README.md index 17ab5b7..11e2853 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ We've overhauled our approach and introduced some big improvements: - Access to the GraphServiceClient now lives in a separate package. This means no dependency on the Graph SDK for simple auth scenarios and apps that perform Graph requests manually (sans SDK) 🥳 - Removed Beta Graph SDK, but enabled access with V1 SDK types. This is so our controls and helpers can be based on the stable Graph endpoint, while also allowing for requests to the beta endpoint in some circumstances (Such as retrieving a user's photo) 🎈 -For more info on our roadmap, check out the current [Release Plan](https://github.com/windows-toolkit/Graph-Controls/issues/81) +For more info on our roadmap, check out the current [Release Plan](https://github.com/CommunityToolkit/Graph-Controls/issues/81) ## Supported SDKs @@ -35,7 +35,7 @@ Check out our samples for getting started with authentication providers and maki - [UwpMsalProviderSample](./Samples/UwpMsalProviderSample) - [WpfMsalProviderSample](./Samples/WpfMsalProviderSample) - [ManualGraphRequestSample](./Samples/ManualGraphRequestSample) -- [Sample-Graph-ContosoNotes](https://github.com/windows-toolkit/Sample-Graph-ContosoNotes) +- [Sample-Graph-ContosoNotes](https://github.com/CommunityToolkit/Sample-Graph-ContosoNotes) ## Getting Started @@ -72,7 +72,7 @@ Leverage the official Microsoft Authentication Library (MSAL) to enable authenti Try out the WindowsProvider to enable authentication based on the native Windows Account Manager (WAM) APIs in your UWP apps, without requiring a dependency on MSAL. -1. Associate your app with the Microsoft Store. The app association will act as our minimal app registration for authenticating consumer MSAs. See the [WindowsProvider docs](https://github.com/windows-toolkit/Graph-Controls/edit/main/Docs/WindowsProvider.md) for more details. +1. Associate your app with the Microsoft Store. The app association will act as our minimal app registration for authenticating consumer MSAs. See the [WindowsProvider docs](https://github.com/CommunityToolkit/Graph-Controls/edit/main/Docs/WindowsProvider.md) for more details. 1. Install the `CommunityToolkit.Authentication.Uwp` package 1. Set the GlobalProvider to a new instance of WindowsProvider with pre-configured scopes: @@ -184,10 +184,10 @@ public ImageSource GetMyPhoto() ## Build Status | Target | Branch | Status | Recommended package version | | ------ | ------ | ------ | ------ | -| Pre-release beta testing | main | [![Build Status](https://dev.azure.com/dotnet/WindowsCommunityToolkit/_apis/build/status/windows-toolkit.Graph-Controls?branchName=main)](https://dev.azure.com/dotnet/WindowsCommunityToolkit/_build/latest?definitionId=102&branchName=main) | [![MyGet](https://img.shields.io/dotnet.myget/uwpcommunitytoolkit/vpre/Microsoft.Toolkit.Graph.svg)](https://dotnet.myget.org/gallery/uwpcommunitytoolkit) | +| Pre-release beta testing | main | [![Build Status](https://dev.azure.com/dotnet/CommunityToolkit/_apis/build/status/CommunityToolkit.Graph-Controls?branchName=main)](https://dev.azure.com/dotnet/CommunityToolkit/_build/latest?definitionId=102&branchName=main) | [![MyGet](https://img.shields.io/dotnet.myget/uwpcommunitytoolkit/vpre/Microsoft.Toolkit.Graph.svg)](https://dotnet.myget.org/gallery/uwpcommunitytoolkit) | ## Feedback and Requests -Please use [GitHub Issues](https://github.com/windows-toolkit/Graph-Controls/issues) for bug reports and feature requests. +Please use [GitHub Issues](https://github.com/CommunityToolkit/Graph-Controls/issues) for bug reports and feature requests. ## Principles This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) diff --git a/nuget.config b/nuget.config index 8698e94..9f949fc 100644 --- a/nuget.config +++ b/nuget.config @@ -3,7 +3,7 @@ - +