forked from anton-gogolev/metrics-net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metrics.nuspec
20 lines (20 loc) · 849 Bytes
/
metrics.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<package>
<metadata>
<id>Metrics</id>
<version>1.0.13</version>
<authors>Daniel Crenna</authors>
<owners>Daniel Crenna</owners>
<description>Capturing CLR and application-level metrics. So you know what's going on. An idiomatic port of Coda Hale's Metrics for Scala and the JVM.</description>
<summary>Capturing CLR and application-level metrics. So you know what's going on.</summary>
<language>en-US</language>
<projectUrl>http://github.com/danielcrenna/metrics-net</projectUrl>
<licenseUrl>https://github.com/danielcrenna/metrics-net/blob/master/LICENSE</licenseUrl>
<iconUrl>http://apitize.com.s3.amazonaws.com/logo_metrics.png</iconUrl>
<tags>CLR metrics</tags>
<releaseNotes>
- Upgraded to .NET 4.5.1
- Sunset MVC project
</releaseNotes>
</metadata>
</package>