From 0bc5ec3c5d9ab7058ded695320e3f5a147fef58e Mon Sep 17 00:00:00 2001 From: Luke Venediger Date: Sat, 29 Jun 2013 02:32:48 +0200 Subject: [PATCH] Added info to the nuspec package description. --- nuget/StatsdClient.nuspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nuget/StatsdClient.nuspec b/nuget/StatsdClient.nuspec index d80f949..762c968 100644 --- a/nuget/StatsdClient.nuspec +++ b/nuget/StatsdClient.nuspec @@ -12,12 +12,13 @@ The simple statsd client for .Net is a robust, easy-to-use way of feeding metrics into a statsd-compatible server. You can use it to log counts, timings and gauges. Features include: - * Log counts, timings and gauges + * Log counts, timings, gauges and sets * Has an additional API that uses dynamics to create and submit stats * Fault-tolerant client that can be configured to fail silently (with a warning) if misconfigured * IStatsdClient interface for easy mocking in unit tests * Allows for customisation of every output stat to do things like screen metrics before sending * Supports a user-defined prefix to prepend to every metric + * Outputs to UDP or TCP .Net 4.0 and 4.5 Users: * Use the StatsdExtensions to define metrics without having to manipulate strings