Skip to content

Commit

Permalink
Updated NuGet Tags
Browse files Browse the repository at this point in the history
  • Loading branch information
niemyjski committed Dec 31, 2020
1 parent 79f82a0 commit 88b9aec
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions build/common.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageOutputPath>$(SolutionDir)artifacts</PackageOutputPath>
<PackageIcon>exceptionless-icon.png</PackageIcon>
<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>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<RepositoryUrl>$(PackageProjectUrl)</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
Expand Down
4 changes: 2 additions & 2 deletions src/Exceptionless/Exceptionless.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<PropertyGroup Condition=" '$(OS)' == 'Windows_NT' ">
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
</PropertyGroup>

<PropertyGroup Label="Package">
<PackageId>Exceptionless</PackageId>
<AssemblyName>Exceptionless</AssemblyName>
<AssemblyTitle>Exceptionless client for non visual (ie. Console and Services) applications.</AssemblyTitle>
<PackageTags>Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH;NETSTANDARD;Core</PackageTags>
<PackageTags>$(PackageTags);Console;Services;</PackageTags>
</PropertyGroup>

<ItemGroup Label="Package">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<AssemblyName>Exceptionless.AspNetCore</AssemblyName>
<AssemblyTitle>Exceptionless client for ASP.NET Core</AssemblyTitle>
<Description>Exceptionless client for ASP.NET Core. $(Description)</Description>
<PackageTags>ASP.NET;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
<PackageTags>$(PackageTags);ASP.NET;AspNetCore;MVC</PackageTags>
</PropertyGroup>

<ItemGroup Label="Package">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>Exceptionless.Extensions.Hosting</AssemblyName>
<AssemblyTitle>Exceptionless provider for Microsoft.Extensions.Hosting</AssemblyTitle>
<Description>Exceptionless provider for Microsoft.Extensions.Hosting. $(Description)</Description>
<PackageTags>Exceptionless;Microsoft.Extensions.Hosting;log;logging</PackageTags>
<PackageTags>$(PackageTags);Microsoft.Extensions.Hosting;Hosting</PackageTags>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>Exceptionless.Extensions.Logging</AssemblyName>
<AssemblyTitle>Exceptionless provider for Microsoft.Extensions.Logging</AssemblyTitle>
<Description>Exceptionless provider for Microsoft.Extensions.Logging. $(Description)</Description>
<PackageTags>Exceptionless;Microsoft.Extensions.Logging;log;logging</PackageTags>
<PackageTags>$(PackageTags);Microsoft.Extensions.Logging</PackageTags>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<AssemblyName>Exceptionless.Log4net</AssemblyName>
<AssemblyTitle>Log4net appender that sends log entries to Exceptionless.</AssemblyTitle>
<Description>Log4net appender that sends log entries to Exceptionless. $(Description)</Description>
<PackageTags>Log4net;Appender;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
<PackageTags>$(PackageTags);Log4net;Appender</PackageTags>
</PropertyGroup>

<ItemGroup Label="Package">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<AssemblyName>Exceptionless.MessagePack</AssemblyName>
<AssemblyTitle>Serialize/deserialize log entries with MessagePack.</AssemblyTitle>
<Description>Serialize/deserialize log entries with MessagePack. $(Description)</Description>
<PackageTags>MessagePack;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
<PackageTags>$(PackageTags);MessagePack</PackageTags>
</PropertyGroup>

<ItemGroup Label="Project References">
Expand Down
2 changes: 1 addition & 1 deletion src/Platforms/Exceptionless.Mvc/Exceptionless.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>Exceptionless.Mvc</AssemblyName>
<AssemblyTitle>Exceptionless client for ASP.NET MVC 3+ applications.</AssemblyTitle>
<Description>Exceptionless client for ASP.NET MVC 3+ applications. $(Description)</Description>
<PackageTags>MVC;ASP.NET;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
<PackageTags>$(PackageTags);ASP.NET;MVC</PackageTags>
<TargetFramework>net452</TargetFramework>
</PropertyGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/Platforms/Exceptionless.NLog/Exceptionless.NLog.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<AssemblyName>Exceptionless.NLog</AssemblyName>
<AssemblyTitle>NLog target that sends log entries to Exceptionless.</AssemblyTitle>
<Description>NLog target that sends log entries to Exceptionless. $(Description)</Description>
<PackageTags>NLog;Target;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
<PackageTags>$(PackageTags);NLog;Target</PackageTags>
</PropertyGroup>

<ItemGroup Label="Package">
Expand Down
2 changes: 1 addition & 1 deletion src/Platforms/Exceptionless.Web/Exceptionless.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>Exceptionless.Web</AssemblyName>
<AssemblyTitle>Exceptionless client for ASP.NET WebForms applications.</AssemblyTitle>
<Description>Exceptionless client for ASP.NET WebForms applications. $(Description)</Description>
<PackageTags>WebForms;Web Forms;Wcf;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
<PackageTags>$(PackageTags);ASP.NET;WebForms;Wcf</PackageTags>
<TargetFramework>net452</TargetFramework>
</PropertyGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AssemblyTitle>Exceptionless client for ASP.NET Web API applications.</AssemblyTitle>
<Description>Exceptionless client for ASP.NET Web API applications. $(Description)</Description>
<TargetFramework>net452</TargetFramework>
<PackageTags>Web Api;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
<PackageTags>$(PackageTags);ASP.NET;Web Api</PackageTags>
</PropertyGroup>

<ItemGroup Label="Package">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<AssemblyName>Exceptionless.Windows</AssemblyName>
<AssemblyTitle>Exceptionless client for WinForms applications</AssemblyTitle>
<Description>Exceptionless client for WinForms applications. $(Description)</Description>
<PackageTags>WinForms;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
<PackageTags>$(PackageTags);WinForms</PackageTags>
<UseWindowsForms>true</UseWindowsForms>
<RootNamespace>Exceptionless</RootNamespace>
<OutputType>Library</OutputType>
Expand Down
2 changes: 1 addition & 1 deletion src/Platforms/Exceptionless.Wpf/Exceptionless.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<AssemblyName>Exceptionless.Wpf</AssemblyName>
<AssemblyTitle>Exceptionless client for WPF applications</AssemblyTitle>
<Description>Exceptionless client for WPF applications. $(Description)</Description>
<PackageTags>WPF;Exceptionless;Error;Report;Reporting;Exception;Logging;Log;ELMAH</PackageTags>
<PackageTags>$(PackageTags);WPF</PackageTags>
<UseWPF>true</UseWPF>
<RootNamespace>Exceptionless</RootNamespace>
<OutputType>Library</OutputType>
Expand Down

0 comments on commit 88b9aec

Please sign in to comment.