Installation and Deployment
Configuring Syncfusion NuGet Packages in Visual Studio
Syncfusion WinRT NuGet packages are available here.
NuGet Configuration
The steps to install the Syncfusion WinRT NuGet Packages in Visual Studio are as follows,
-
In Visual Studio, navigate to
Tools | NuGet Package Manager | Package Manager Settings
, the options dialog will appear on the screen as shows below, -
Select
NuGet Package Manager | Package Sources
and clickAdd
button to add thePackage Name
andPackage Source
of Syncfusion NuGet Packages.Name: Name of the package that listed in Available package sources
Source: Syncfusion WinRT NuGet Package feed URL
http://nuget.syncfusion.com/nuget_winrt/nuget/getsyncfusionpackages/winrtNOTE
The
Source
text box in the above image denotes the location of the NuGet packages and theName
section, allows you to provide a unique name for NuGet Packages Source.
IMPORTANT
Syncfusion other platforms NuGet packages feed links are available here
NuGet Installation
Syncfusion WinRT NuGet can install once configured the package source. The NuGet installation steps as below,
-
Once configured the Package source with Syncfusion NuGet Packages, right click on project and choose
Manage NuGet Packages | Online | <Package Source Name>
. -
The NuGet Packages are listed which are available in package source location. Install the required packages to your application by clicking
Install
button.NOTE
NuGet packages can be install directly through the command line (Package Manager Console). Further details click here
Updating a NuGet Package
Using the Manage NuGet Packages
in Visual Studio, NuGet packages can be update.
-
Right click on Project and Navigate to the
Manage NuGet Packages
and click on theUpdates
tab to check for updates. -
Select the
Updates -> <Syncfusion Package Source>
. Refer to the following screenshot for more information. -
If there is a new version of NuGet you will see it in the list of available updates.
-
Select NuGet Package in the list and click
Update
. When the update is complete, close and re-open all open instances of Visual Studio.NOTE
By clicking
Update All
button, all NuGet packages are getting update. When the update is complete, close and re-open all open instances of Visual Studio.