-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from nohros/develop
Version 0.16, closes #3
- Loading branch information
Showing
176 changed files
with
354 additions
and
4,815 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
|
||
Microsoft Visual Studio Solution File, Format Version 11.00 | ||
# Visual Studio 2010 | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "metrics", "src\metrics\metrics.csproj", "{EE140ABF-C917-44D7-B89F-D6946332F507}" | ||
EndProject | ||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "metrics.tests", "src\tests\metrics.tests.csproj", "{876848CE-99F0-4AA1-8468-365204B77123}" | ||
EndProject | ||
Global | ||
GlobalSection(SolutionConfigurationPlatforms) = preSolution | ||
Debug|Any CPU = Debug|Any CPU | ||
Debug|Mixed Platforms = Debug|Mixed Platforms | ||
Debug|x86 = Debug|x86 | ||
Release|Any CPU = Release|Any CPU | ||
Release|Mixed Platforms = Release|Mixed Platforms | ||
Release|x86 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(ProjectConfigurationPlatforms) = postSolution | ||
{EE140ABF-C917-44D7-B89F-D6946332F507}.Debug|Any CPU.ActiveCfg = Debug|Any CPU | ||
{EE140ABF-C917-44D7-B89F-D6946332F507}.Debug|Any CPU.Build.0 = Debug|Any CPU | ||
{EE140ABF-C917-44D7-B89F-D6946332F507}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU | ||
{EE140ABF-C917-44D7-B89F-D6946332F507}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU | ||
{EE140ABF-C917-44D7-B89F-D6946332F507}.Debug|x86.ActiveCfg = Debug|Any CPU | ||
{EE140ABF-C917-44D7-B89F-D6946332F507}.Release|Any CPU.ActiveCfg = Release|Any CPU | ||
{EE140ABF-C917-44D7-B89F-D6946332F507}.Release|Any CPU.Build.0 = Release|Any CPU | ||
{EE140ABF-C917-44D7-B89F-D6946332F507}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU | ||
{EE140ABF-C917-44D7-B89F-D6946332F507}.Release|Mixed Platforms.Build.0 = Release|Any CPU | ||
{EE140ABF-C917-44D7-B89F-D6946332F507}.Release|x86.ActiveCfg = Release|Any CPU | ||
{876848CE-99F0-4AA1-8468-365204B77123}.Debug|Any CPU.ActiveCfg = Debug|x86 | ||
{876848CE-99F0-4AA1-8468-365204B77123}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 | ||
{876848CE-99F0-4AA1-8468-365204B77123}.Debug|Mixed Platforms.Build.0 = Debug|x86 | ||
{876848CE-99F0-4AA1-8468-365204B77123}.Debug|x86.ActiveCfg = Debug|x86 | ||
{876848CE-99F0-4AA1-8468-365204B77123}.Debug|x86.Build.0 = Debug|x86 | ||
{876848CE-99F0-4AA1-8468-365204B77123}.Release|Any CPU.ActiveCfg = Release|x86 | ||
{876848CE-99F0-4AA1-8468-365204B77123}.Release|Mixed Platforms.ActiveCfg = Release|x86 | ||
{876848CE-99F0-4AA1-8468-365204B77123}.Release|Mixed Platforms.Build.0 = Release|x86 | ||
{876848CE-99F0-4AA1-8468-365204B77123}.Release|x86.ActiveCfg = Release|x86 | ||
{876848CE-99F0-4AA1-8468-365204B77123}.Release|x86.Build.0 = Release|x86 | ||
EndGlobalSection | ||
GlobalSection(SolutionProperties) = preSolution | ||
HideSolutionNode = FALSE | ||
EndGlobalSection | ||
GlobalSection(ExtensibilityGlobals) = postSolution | ||
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.2\lib\NET35 | ||
EndGlobalSection | ||
EndGlobal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd"> | ||
<metadata> | ||
<id>must.metrics</id> | ||
<version>0.16.0.0</version> | ||
<title>Must - Metrics</title> | ||
<authors>Nohros Inc</authors> | ||
<owners>Nohros Inc</owners> | ||
<projectUrl>https://github.com/nohros/must.metrics</projectUrl> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<description> | ||
A metrics library for .NET inspired by the Codahale metrics | ||
library and Netflix servo. | ||
</description> | ||
<summary>The metrics package of the nohros must framework.</summary> | ||
<copyright>Nohros Inc</copyright> | ||
<language>en-US</language> | ||
<tags>csharp framework nohros security metrics codahale netflix servo</tags> | ||
<dependencies> | ||
<dependency id="must.common" version="1.10.0" /> | ||
</dependencies> | ||
</metadata> | ||
<files> | ||
<file src="..\bin\release\metrics\nohros.metrics.dll" target="lib\net40\nohros.metrics.dll" /> | ||
<file src="..\bin\release\metrics\nohros.metrics.pdb" target="lib\net40\nohros.metrics.pdb" /> | ||
<file src="..\bin\release\metrics\nohros.metrics.xml" target="lib\net40\nohros.metrics.xml" /> | ||
</files> | ||
</package> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.