Skip to content

Commit b339e58

Browse files
committed
NuGet v1.0.1
1 parent ae6989b commit b339e58

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

metrics.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>Metrics</id>
5-
<version>1.0.0</version>
5+
<version>1.0.1</version>
66
<authors>Daniel Crenna</authors>
77
<owners>Daniel Crenna, Wildbit.com</owners>
88
<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>

src/metrics/metrics.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
<DefineConstants>TRACE</DefineConstants>
3030
<ErrorReport>prompt</ErrorReport>
3131
<WarningLevel>4</WarningLevel>
32+
<DocumentationFile>..\..\bin\lib\net40\metrics.xml</DocumentationFile>
3233
</PropertyGroup>
3334
<PropertyGroup>
3435
<SignAssembly>true</SignAssembly>

0 commit comments

Comments
 (0)