ToolPack1.Tools.SimpleBenchmark.nuspec
Home
/
ToolPack1 /
Nuget /
ToolPack1.Tools.SimpleBenchmark.nuspec
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<!-- Required elements-->
<id>ToolPack1.Tools.SimpleBenchmark</id>
<version>2.0.0</version>
<description>
Простая система для тестирования времени выполнения блока кода.
</description>
<authors>cccc1808</authors>
<repository type="git" branch="master" commit="dec83f6ce091623679de426ff9e14a128c53eb84" />
<dependencies>
<group targetFramework=".NETFramework4.0" />
</dependencies>
</metadata>
<!-- Optional 'files' node -->
<files>
<file src="..\Tools\Tools.SimpleBenchmark\bin\Release\Tools.SimpleBenchmark.dll" target="lib" />
</files>
</package>