Skip to content

Commit 88b9aec

Browse files
committed
Updated NuGet Tags
1 parent 79f82a0 commit 88b9aec

File tree

13 files changed

+14
-13
lines changed

13 files changed

+14
-13
lines changed

build/common.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<GenerateDocumentationFile>true</GenerateDocumentationFile>
1616
<PackageOutputPath>$(SolutionDir)artifacts</PackageOutputPath>
1717
<PackageIcon>exceptionless-icon.png</PackageIcon>
18+
<PackageTags>Exceptionless;Error;Error-Handling;Error-Handler;Error-Reporting;Error-Management;Error-Monitoring;Handling;Management;Monitoring;Report;Reporting;Crash-Reporting;Exception;Exception-Handling;Exception-Handler;Exception-Reporting;Exceptions;Log;Logs;Logging;Unhandled;Unhandled-Exceptions;Feature;Configuration;Debug;FeatureToggle;Metrics;ELMAH</PackageTags>
1819
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1920
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>
2021
<PublishRepositoryUrl>true</PublishRepositoryUrl>

src/Exceptionless/Exceptionless.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
88
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
99
</PropertyGroup>
10-
10+
1111
<PropertyGroup Label="Package">
1212
<PackageId>Exceptionless</PackageId>
1313
<AssemblyName>Exceptionless</AssemblyName>
1414
<AssemblyTitle>Exceptionless client for non visual (ie. Console and Services) applications.</AssemblyTitle>
15-
<PackageTags>Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH;NETSTANDARD;Core</PackageTags>
15+
<PackageTags>$(PackageTags);Console;Services;</PackageTags>
1616
</PropertyGroup>
1717

1818
<ItemGroup Label="Package">

src/Platforms/Exceptionless.AspNetCore/Exceptionless.AspNetCore.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<AssemblyName>Exceptionless.AspNetCore</AssemblyName>
1111
<AssemblyTitle>Exceptionless client for ASP.NET Core</AssemblyTitle>
1212
<Description>Exceptionless client for ASP.NET Core. $(Description)</Description>
13-
<PackageTags>ASP.NET;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
13+
<PackageTags>$(PackageTags);ASP.NET;AspNetCore;MVC</PackageTags>
1414
</PropertyGroup>
1515

1616
<ItemGroup Label="Package">

src/Platforms/Exceptionless.Extensions.Hosting/Exceptionless.Extensions.Hosting.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>Exceptionless.Extensions.Hosting</AssemblyName>
77
<AssemblyTitle>Exceptionless provider for Microsoft.Extensions.Hosting</AssemblyTitle>
88
<Description>Exceptionless provider for Microsoft.Extensions.Hosting. $(Description)</Description>
9-
<PackageTags>Exceptionless;Microsoft.Extensions.Hosting;log;logging</PackageTags>
9+
<PackageTags>$(PackageTags);Microsoft.Extensions.Hosting;Hosting</PackageTags>
1010
<TargetFrameworks>netstandard2.0</TargetFrameworks>
1111
</PropertyGroup>
1212

src/Platforms/Exceptionless.Extensions.Logging/Exceptionless.Extensions.Logging.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>Exceptionless.Extensions.Logging</AssemblyName>
77
<AssemblyTitle>Exceptionless provider for Microsoft.Extensions.Logging</AssemblyTitle>
88
<Description>Exceptionless provider for Microsoft.Extensions.Logging. $(Description)</Description>
9-
<PackageTags>Exceptionless;Microsoft.Extensions.Logging;log;logging</PackageTags>
9+
<PackageTags>$(PackageTags);Microsoft.Extensions.Logging</PackageTags>
1010
<TargetFrameworks>netstandard2.0</TargetFrameworks>
1111
</PropertyGroup>
1212

src/Platforms/Exceptionless.Log4net/Exceptionless.Log4net.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<AssemblyName>Exceptionless.Log4net</AssemblyName>
1414
<AssemblyTitle>Log4net appender that sends log entries to Exceptionless.</AssemblyTitle>
1515
<Description>Log4net appender that sends log entries to Exceptionless. $(Description)</Description>
16-
<PackageTags>Log4net;Appender;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
16+
<PackageTags>$(PackageTags);Log4net;Appender</PackageTags>
1717
</PropertyGroup>
1818

1919
<ItemGroup Label="Package">

src/Platforms/Exceptionless.MessagePack/Exceptionless.MessagePack.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<AssemblyName>Exceptionless.MessagePack</AssemblyName>
1414
<AssemblyTitle>Serialize/deserialize log entries with MessagePack.</AssemblyTitle>
1515
<Description>Serialize/deserialize log entries with MessagePack. $(Description)</Description>
16-
<PackageTags>MessagePack;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
16+
<PackageTags>$(PackageTags);MessagePack</PackageTags>
1717
</PropertyGroup>
1818

1919
<ItemGroup Label="Project References">

src/Platforms/Exceptionless.Mvc/Exceptionless.Mvc.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>Exceptionless.Mvc</AssemblyName>
77
<AssemblyTitle>Exceptionless client for ASP.NET MVC 3+ applications.</AssemblyTitle>
88
<Description>Exceptionless client for ASP.NET MVC 3+ applications. $(Description)</Description>
9-
<PackageTags>MVC;ASP.NET;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
9+
<PackageTags>$(PackageTags);ASP.NET;MVC</PackageTags>
1010
<TargetFramework>net452</TargetFramework>
1111
</PropertyGroup>
1212

src/Platforms/Exceptionless.NLog/Exceptionless.NLog.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<AssemblyName>Exceptionless.NLog</AssemblyName>
1414
<AssemblyTitle>NLog target that sends log entries to Exceptionless.</AssemblyTitle>
1515
<Description>NLog target that sends log entries to Exceptionless. $(Description)</Description>
16-
<PackageTags>NLog;Target;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
16+
<PackageTags>$(PackageTags);NLog;Target</PackageTags>
1717
</PropertyGroup>
1818

1919
<ItemGroup Label="Package">

src/Platforms/Exceptionless.Web/Exceptionless.Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<AssemblyName>Exceptionless.Web</AssemblyName>
77
<AssemblyTitle>Exceptionless client for ASP.NET WebForms applications.</AssemblyTitle>
88
<Description>Exceptionless client for ASP.NET WebForms applications. $(Description)</Description>
9-
<PackageTags>WebForms;Web Forms;Wcf;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
9+
<PackageTags>$(PackageTags);ASP.NET;WebForms;Wcf</PackageTags>
1010
<TargetFramework>net452</TargetFramework>
1111
</PropertyGroup>
1212

0 commit comments

Comments
 (0)