You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ PR has to be validated by at least two core members before being merged.
47
47
Once merged, you can get a pre-release package of the toolkit by adding this ([Nuget repo](https://dotnet.myget.org/F/uwpcommunitytoolkit/api/v3/index.json) | [Gallery](https://dotnet.myget.org/gallery/uwpcommunitytoolkit)) to your Visual Studio.
48
48
49
49
### What about the t-shirt?
50
-
Did your contribute but didin't get the t-shirt? Then make sure to fill out [this form](https://1drv.ms/xs/s!AjZLNGpIZBbgr7ZvtqjV-LcgdRcc7A).
50
+
Did your contribute but didn't get the t-shirt? Then make sure to fill out [this form](https://1drv.ms/xs/s!AjZLNGpIZBbgr7ZvtqjV-LcgdRcc7A).
51
51
52
52
## <aname="xaml"></a> Quality assurance for pull requests for XAML controls
53
53
We encourage developers to follow the following guidances when submitting pull requests for controls:
Copy file name to clipboardExpand all lines: docs/Getting-Started.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ The toolkit is available as NuGet packages that can be added to any existing or
12
12
13
13
1. Download [Visual Studio 2017](https://developer.microsoft.com/en-us/windows/downloads) and ensure you choose the **Universal Windows Platform development** Workload in the Visual Studio installer.
14
14
15
-
> Note: Visual Studio 2015 is not supported with the UWP Community Toolkit 2.0 or higher
15
+
> [!NOTE]
16
+
Visual Studio 2015 is not supported with the UWP Community Toolkit 2.0 or higher
16
17
17
18
2. Open an existing project, or create a new project using the Blank App template under Visual C# -> Windows -> Universal. **Important**: Build 14393 or higher is supported by current version of the Toolkit.
18
19
@@ -39,8 +40,6 @@ The toolkit is available as NuGet packages that can be added to any existing or
39
40
40
41
## Other Resources
41
42
42
-
Adding the [UI controls to the Visual Studio Toolbox](Toolbox-Support.md) explains deeper integration with Visual Studio.
43
-
44
43
Download the [UWP Community Toolkit Sample App](http://aka.ms/uwptoolkitapp) from the Windows store to see the controls in an actual app.
45
44
46
45
We recommend developers new to UWP visit the [Getting Started with UWP Development](https://developer.microsoft.com/en-us/windows/getstarted) pages on the Developer portal.
Copy file name to clipboardExpand all lines: docs/Toolbox-Support.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,10 @@ description: Adding the UWP Community Toolkit to your Visual Studio Toolbox simp
6
6
keywords: windows 10, uwp, uwp community toolkit, uwp toolkit, visual studio, toolbox
7
7
---
8
8
9
-
# Adding the UWP Community Toolkit to your Visual Studio Toolbox
9
+
> [!NOTE]
10
+
Starting with version 2.1, the UWP Community Toolkit controls will be automatically available in the Visual Studio Toolbox as soon as the NuGet package is installed.
11
+
12
+
# Adding the UWP Community Toolkit to your Visual Studio Toolbox (for version 2.0 or below)
10
13
11
14
Add the UWP Community Toolkit controls into the Visual Studio toolbox by following these steps:
0 commit comments