1
0
Форкнуть 0
This commit is contained in:
Timothy Mothra Lee 2019-09-12 17:10:19 -07:00
Родитель 6bbd613320
Коммит d3dafef47b
3 изменённых файлов: 3 добавлений и 2 удалений

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

@ -26,7 +26,7 @@
<ContentTargetFolders>content</ContentTargetFolders>
<PackageReleaseNotes>For the release notes please follow http://go.microsoft.com/fwlink/?LinkId=535037</PackageReleaseNotes>
<!-- <PackageOutputPath>Defined in Directory.Build.props</PackageOutputPath> -->
<PackageTags>Azure;Monitoring;Analytics;ApplicationInsights;Telemetry;AppInsights;aspnetcore;</PackageTags>
<PackageTags>Azure;Monitoring;Analytics;ApplicationInsights;Telemetry;AppInsights;</PackageTags>
</PropertyGroup>
<PropertyGroup>

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

@ -20,6 +20,7 @@
<AssemblyTitle>Application Insights for ASP.NET Core Web Applications</AssemblyTitle>
<Title>Application Insights for ASP.NET Core Web Applications</Title>
<Description>Application Insights for ASP.NET Core web applications. See https://azure.microsoft.com/documentation/articles/app-insights-asp-net-five/ for more information. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156</Description>
<PackageTags>$(PackageTags)aspnetcore;</PackageTags>
</PropertyGroup>
<PropertyGroup>

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

@ -18,7 +18,7 @@
<AssemblyTitle>Application Insights for .NET Core Worker Service Applications</AssemblyTitle>
<Title>Application Insights for .NET Core Worker Service Applications</Title>
<Description>Application Insights for .NET Core Worker Service (messaging, background tasks, and any non-HTTP workloads) applications. See https://azure.microsoft.com/documentation/articles/app-insights-asp-net-five/ for more information. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156</Description>
<PackageTags>$(PackageTags)worker;console;backgroundtasks</PackageTags>
<PackageTags>$(PackageTags)worker;console;backgroundtasks;</PackageTags>
</PropertyGroup>
<PropertyGroup>