|
1 |
| ---- |
2 |
| -title: Windows Community Toolkit Nuget Packages |
3 |
| -author: nmetulev |
4 |
| -description: The Windows Community Toolkit is updated regularly with new controls, services, APIs, and more importantly, bug fixes. Make sure to regularly update your nuget packages |
5 |
| -keywords: windows 10, uwp, windows community toolkit, uwp community toolkit, uwp toolkit, nuget, visual studio |
6 |
| ---- |
7 |
| - |
8 |
| -# Windows Community Toolkit Nuget Packages |
9 |
| - |
10 |
| -NuGet is a standard package manager for .Net applications that is built into Visual Studio. From your open solution choose the *Tools* menu, *NuGet Package Manager*, *Manage NuGet packages for solution...* to open the UI. Enter one of the package names below to search for it online. |
11 |
| - |
12 |
| -| NuGet Package Name | Description | |
13 |
| -| --- | --- | |
14 |
| -| Microsoft.Toolkit | .NET Standard NuGet package containing common code | |
15 |
| -| Microsoft.Toolkit.HighPerformance | .NET Standard and .NET Core NuGet package with performance oriented helpers, extensions, etc. | |
16 |
| -| Microsoft.Toolkit.Parsers | .NET Standard NuGet package containing cross-platform parsers, such as Markdown and RSS | |
17 |
| -| Microsoft.Toolkit.Services | .NET Standard NuGet package containing cross-platform services | |
18 |
| -| Microsoft.Toolkit.Uwp | Main NuGet package includes code only helpers such as Colors conversion tool, Storage file handling, a Stream helper class, etc. | |
19 |
| -| Microsoft.Toolkit.Uwp.Notifications | Notifications Package - Generate tile, toast, and badge notifications for Windows 10 via code. Includes intellisense support to avoid having to use the XML syntax | |
20 |
| -| Microsoft.Toolkit.Uwp.Notifications.Javascript | Notification Packages for JavaScript | |
21 |
| -| Microsoft.Toolkit.Uwp.Services | Services Package - This NuGet package includes the service helpers for Facebook, LinkedIn, Microsoft Graph, Twitter and more | |
22 |
| -| Microsoft.Toolkit.Uwp.UI | UI Packages - XAML converters, Visual tree extensions, and other extensions and helpers for your XAML UI | |
23 |
| -| Microsoft.Toolkit.Uwp.UI.Animations | Animations and Composition behaviors such as Blur, Fade, Rotate, etc. | |
24 |
| -| Microsoft.Toolkit.Uwp.UI.Controls | XAML Controls such as RadialGauge, RangeSelector, etc. | |
25 |
| -| Microsoft.Toolkit.Uwp.UI.Controls.DataGrid | XAML DataGrid control | |
26 |
| -| Microsoft.Toolkit.Uwp.UI.Controls.Layout | XAML layout controls such as WrapLayout, StaggeredLayout, etc. | |
27 |
| -| Microsoft.Toolkit.Uwp.UI.Lottie | Library for rendering Adobe AfterEffects animations natively in Windows apps | |
28 |
| -| Microsoft.Toolkit.Uwp.UI.Media | Brushes, Win2D/Composition effects, and helpers to create visual effects | |
29 |
| -| Microsoft.Toolkit.Uwp.Connectivity | API helpers such as BluetoothLEHelper and Networking | |
30 |
| -| Microsoft.Toolkit.Uwp.DeveloperTools | XAML user controls and services to help developer building their app | |
31 |
| - |
32 |
| -## Search in Visual Studio |
33 |
| - |
34 |
| -Searching in Visual Studio package manager you should see a list similar to the one below (version numbers may be different, but names should be the same). |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| -## Update Nuget Packages |
39 |
| - |
40 |
| -The Windows Community Toolkit is updated regularly with new controls, services, APIs, and more importantly, bug fixes. To make sure you are on the latest version, open your project in Visual Studio, choose the **Tools** menu, select **NuGet Package Manager** -> **Manage NuGet Packages for Solution...** and select the *Updates* tab. Select the package you want to update and click Instal to update to the latest version. |
41 |
| - |
42 |
| -## Getting Started |
43 |
| - |
44 |
| -Read the [getting Started with the Windows Community Toolkit](getting-started.md) for more instructions on using these NuGet Packages in your own projects. |
45 |
| - |
46 |
| -## Windows 10 Store App |
47 |
| - |
48 |
| -Want to see the controls and animations in action before jumping into the code? We have published the [Windows Community Toolkit Sample App](https://aka.ms/windowstoolkitapp) to the Windows 10 store. Download the app and play with the controls live to see what they do before ever writing a line of code. |
49 |
| - |
50 |
| -## GitHub Repository |
51 |
| - |
52 |
| -Visit the [Windows Community Toolkit Github Repository](https://aka.ms/uwptoolkit) to see the current source code, what is coming next, and to clone the repository. Community contributions are welcome! |
| 1 | +--- |
| 2 | +title: Windows Community Toolkit Nuget Packages |
| 3 | +author: nmetulev |
| 4 | +description: The Windows Community Toolkit is updated regularly with new controls, services, APIs, and more importantly, bug fixes. Make sure to regularly update your nuget packages |
| 5 | +keywords: windows 10, uwp, windows community toolkit, uwp community toolkit, uwp toolkit, nuget, visual studio |
| 6 | +--- |
| 7 | + |
| 8 | +# Windows Community Toolkit Nuget Packages |
| 9 | + |
| 10 | +NuGet is a standard package manager for .Net applications that is built into Visual Studio. From your open solution choose the *Tools* menu, *NuGet Package Manager*, *Manage NuGet packages for solution...* to open the UI. Enter one of the package names below to search for it online. |
| 11 | + |
| 12 | +| NuGet Package Name | Description | |
| 13 | +| --- | --- | |
| 14 | +| Microsoft.Toolkit | .NET Standard NuGet package containing common code | |
| 15 | +| Microsoft.Toolkit.HighPerformance | .NET Standard and .NET Core NuGet package with performance oriented helpers, extensions, etc. | |
| 16 | +| Microsoft.Toolkit.Parsers | .NET Standard NuGet package containing cross-platform parsers, such as Markdown and RSS | |
| 17 | +| Microsoft.Toolkit.Services | .NET Standard NuGet package containing cross-platform services | |
| 18 | +| Microsoft.Toolkit.Uwp | Main NuGet package includes code only helpers such as Colors conversion tool, Storage file handling, a Stream helper class, etc. | |
| 19 | +| Microsoft.Toolkit.Uwp.Notifications | Notifications Package - Generate tile, toast, and badge notifications for Windows 10 via code. Includes intellisense support to avoid having to use the XML syntax | |
| 20 | +| Microsoft.Toolkit.Uwp.Notifications.Javascript | Notification Packages for JavaScript | |
| 21 | +| Microsoft.Toolkit.Uwp.Services | Services Package - This NuGet package includes the service helpers for Facebook, LinkedIn, Microsoft Graph, Twitter and more | |
| 22 | +| Microsoft.Toolkit.Uwp.UI | UI Packages - XAML converters, Visual tree extensions, and other extensions and helpers for your XAML UI | |
| 23 | +| Microsoft.Toolkit.Uwp.UI.Animations | Animations and Composition behaviors such as Blur, Fade, Rotate, etc. | |
| 24 | +| Microsoft.Toolkit.Uwp.UI.Controls | XAML Controls such as RadialGauge, RangeSelector, etc. | |
| 25 | +| Microsoft.Toolkit.Uwp.UI.Controls.DataGrid | XAML DataGrid control | |
| 26 | +| Microsoft.Toolkit.Uwp.UI.Controls.Layout | XAML layout controls such as WrapLayout, StaggeredLayout, etc. | |
| 27 | +| Microsoft.Toolkit.Uwp.UI.Lottie | Library for rendering Adobe AfterEffects animations natively in Windows apps | |
| 28 | +| Microsoft.Toolkit.Uwp.UI.Media | Brushes, Win2D/Composition effects, and helpers to create visual effects | |
| 29 | +| Microsoft.Toolkit.Uwp.Connectivity | API helpers such as BluetoothLEHelper and Networking | |
| 30 | +| Microsoft.Toolkit.Uwp.DeveloperTools | XAML user controls and services to help developer building their app | |
| 31 | + |
| 32 | +## Search in Visual Studio |
| 33 | + |
| 34 | +Searching in Visual Studio package manager you should see a list similar to the one below (version numbers may be different, but names should be the same). |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | +## Update Nuget Packages |
| 39 | + |
| 40 | +The Windows Community Toolkit is updated regularly with new controls, services, APIs, and more importantly, bug fixes. To make sure you are on the latest version, open your project in Visual Studio, choose the **Tools** menu, select **NuGet Package Manager** -> **Manage NuGet Packages for Solution...** and select the *Updates* tab. Select the package you want to update and click Instal to update to the latest version. |
| 41 | + |
| 42 | +## Getting Started |
| 43 | + |
| 44 | +Read the [getting Started with the Windows Community Toolkit](getting-started.md) for more instructions on using these NuGet Packages in your own projects. |
| 45 | + |
| 46 | +## Windows 10 Store App |
| 47 | + |
| 48 | +Want to see the controls and animations in action before jumping into the code? We have published the [Windows Community Toolkit Sample App](https://aka.ms/windowstoolkitapp) to the Windows 10 store. Download the app and play with the controls live to see what they do before ever writing a line of code. |
| 49 | + |
| 50 | +## GitHub Repository |
| 51 | + |
| 52 | +Visit the [Windows Community Toolkit Github Repository](https://aka.ms/uwptoolkit) to see the current source code, what is coming next, and to clone the repository. Community contributions are welcome! |
0 commit comments