Skip to content

Commit

Permalink
Metadata improvements for nuget packages
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-peterson committed May 10, 2023
1 parent cba37d1 commit 2ccce7f
Showing 8 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013-2022 Chris Peterson
Copyright (c) 2013-2023 Chris Peterson

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Overview

A structured logging framework for .NET that supports log aggregation, e.g. Splunk.
A structured logging framework for .NET that supports log analysis (e.g. Splunk) and metrics gathering (e.g. Prometheus).

Handled over **933,000,000,000** production requests (and counting!)
Battle-tested in high-volume production environments for more than 10 years, handling over 1,000,0000,000,000 (1 trillion) requests.

## Status

1 change: 0 additions & 1 deletion _config.yml

This file was deleted.

8 changes: 4 additions & 4 deletions src/Spiffy.Monitoring.Aws/Spiffy.Monitoring.Aws.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Copyright>2021-2022</Copyright>
<Copyright>2021-2023</Copyright>
<Authors>Chris Peterson</Authors>
<Description>AWS provider for Spiffy.Monitoring</Description>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<DebugType>portable</DebugType>
<AssemblyName>Spiffy.Monitoring.Aws</AssemblyName>
<PackageId>Spiffy.Monitoring.Aws</PackageId>
<PackageTags>monitoring;eventcontext;logging;structured logging;prometheus;splunk</PackageTags>
<PackageProjectUrl>https://github.com/chris-peterson/spiffy</PackageProjectUrl>
<PackageTags>monitoring;eventcontext;structured logging;aws</PackageTags>
<PackageProjectUrl>http://github.com/chris-peterson/spiffy#overview</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.0.2</Version>
<Version>1.0.3</Version>
<RootNamespace>Spiffy.Monitoring.Aws</RootNamespace>
</PropertyGroup>

8 changes: 4 additions & 4 deletions src/Spiffy.Monitoring.NLog/Spiffy.Monitoring.NLog.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Copyright>2014-2022</Copyright>
<Copyright>2014-2023</Copyright>
<Authors>Chris Peterson</Authors>
<Description>The NLog adapter for Spiffy.Monitoring</Description>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<DebugType>portable</DebugType>
<AssemblyName>Spiffy.Monitoring.NLog</AssemblyName>
<PackageId>Spiffy.Monitoring.NLog</PackageId>
<PackageTags>monitoring;eventcontext;logging;structured logging;nlog;splunk</PackageTags>
<PackageProjectUrl>http://github.com/chris-peterson/spiffy</PackageProjectUrl>
<PackageTags>monitoring;eventcontext;structured logging;nlog</PackageTags>
<PackageProjectUrl>http://github.com/chris-peterson/spiffy#overview</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>6.0.1</Version>
<Version>6.0.2</Version>
<RootNamespace>Spiffy.Monitoring.NLog</RootNamespace>
</PropertyGroup>

Original file line number Diff line number Diff line change
@@ -7,12 +7,12 @@
<TargetFrameworks>net6.0;netstandard2.0</TargetFrameworks>
<AssemblyName>Spiffy.Monitoring.Prometheus</AssemblyName>
<PackageId>Spiffy.Monitoring.Prometheus</PackageId>
<PackageTags>monitoring;eventcontext;logging;structured logging;prometheus;splunk</PackageTags>
<PackageProjectUrl>https://github.com/chris-peterson/spiffy</PackageProjectUrl>
<PackageTags>monitoring;eventcontext;structured logging;metrics;prometheus;splunk</PackageTags>
<PackageProjectUrl>http://github.com/chris-peterson/spiffy#overview</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>2.0.5</Version>
<Version>2.0.6</Version>
<RootNamespace>Spiffy.Monitoring.Prometheus</RootNamespace>
</PropertyGroup>

8 changes: 4 additions & 4 deletions src/Spiffy.Monitoring.Splunk/Spiffy.Monitoring.Splunk.csproj
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Copyright>2020-2022</Copyright>
<Copyright>2020-2023</Copyright>
<Authors>Chris Peterson</Authors>
<Description>The Splunk provider for Spiffy.Monitoring</Description>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<DebugType>portable</DebugType>
<AssemblyName>Spiffy.Monitoring.Splunk</AssemblyName>
<PackageId>Spiffy.Monitoring.Splunk</PackageId>
<PackageTags>monitoring;eventcontext;logging;structured logging;splunk</PackageTags>
<PackageProjectUrl>http://github.com/chris-peterson/spiffy</PackageProjectUrl>
<PackageTags>monitoring;eventcontext;structured logging;splunk</PackageTags>
<PackageProjectUrl>http://github.com/chris-peterson/spiffy#overview</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<RootNamespace>Spiffy.Monitoring.Splunk</RootNamespace>
</PropertyGroup>
<ItemGroup>
5 changes: 3 additions & 2 deletions src/Spiffy.Monitoring/Spiffy.Monitoring.csproj
Original file line number Diff line number Diff line change
@@ -8,11 +8,12 @@
<DebugType>portable</DebugType>
<AssemblyName>Spiffy.Monitoring</AssemblyName>
<PackageId>Spiffy.Monitoring</PackageId>
<PackageTags>monitoring;eventcontext;logging;structured logging;nlog;splunk;prometheus</PackageTags>
<PackageTags>monitoring;eventcontext;structured logging;nlog;splunk;prometheus</PackageTags>
<PackageProjectUrl>http://github.com/chris-peterson/spiffy#overview</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<Version>6.2.4</Version>
<Version>6.2.5</Version>
<RootNamespace>Spiffy.Monitoring</RootNamespace>
</PropertyGroup>
<ItemGroup>

0 comments on commit 2ccce7f

Please sign in to comment.