Insert section "To upgrade..."

This commit is contained in:
Alan Cameron Wills 2016-03-10 01:46:08 +00:00
Родитель ec9a9d03ae
Коммит e367f11aba
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -18,6 +18,16 @@ To [add Application Insights to your project in Visual Studio][AddInVS]:
Run your project, and then [open your Application Insights resource][WebDocumentation] in the [Azure Preview Portal][AzurePortal] and look for events.
## To upgrade to the latest SDK
* After you upgrade, you'll need to merge back any customizations you made to ApplicationInsights.config. If you're unsure whether you customized it, create a new project, add Application Insights to it, and compare your .config file with the one in the new project. Make a note of any differences.
* In Solution Explorer, right-click your project and choose **Manage NuGet packages**.
* Set the filter to show Updates.
* Select **Microsoft.ApplicationInsights.Web** and choose **Update**. (This will also upgrade all the dependent packages.)
* Compare ApplicationInsights.config with the old copy. Most of the changes you'll see are because we removed some modules and made others parameterizable. Reinstate any customizations you made to the old file.
* Rebuild your solution.
## To build
* Visual Studio 2015 Community or Enterprise