fmt/wuganhao.fmt.nuspec
2021-12-05 00:12:04 +08:00

20 lines
820 B
XML

<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>fmtlib</id>
<version>$version$</version>
<title>{fmt} lib nuget package</title>
<authors>Wu, Ganhao&lt;wuganhao@hotmail.com&gt;</authors>
<owners>Wu, Ganhao&lt;wuganhao@hotmail.com&gt;</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>fmtlib</description>
<releaseNotes>fmt lib</releaseNotes>
<tags>fmtlib std::format</tags>
</metadata>
<files>
<file src="Debug\fmtd.*" target="lib\native\x64\Debug\" />
<file src="Release\fmtd.lib" target="lib\native\x64\Release\" />
<file src="include\fmt\*.h" target="include\fmt\" />
<file src="*.targets" target="build\" />
</files>
</package>