24 lines
923 B
Plaintext
24 lines
923 B
Plaintext
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||
|
|
<metadata>
|
||
|
|
<id>plog</id>
|
||
|
|
<version>$version$</version>
|
||
|
|
<description>Pretty powerful logging library in about 1000 lines of code</description>
|
||
|
|
<authors>SergiusTheBest</authors>
|
||
|
|
<projectUrl>https://github.com/SergiusTheBest/plog</projectUrl>
|
||
|
|
<license type="expression">MIT</license>
|
||
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||
|
|
<tags>native log logging c++ cpp</tags>
|
||
|
|
<repository type="git" url="https://github.com/SergiusTheBest/plog" />
|
||
|
|
<dependencies>
|
||
|
|
<group targetFramework="native0.0" />
|
||
|
|
</dependencies>
|
||
|
|
</metadata>
|
||
|
|
<files>
|
||
|
|
<file src="include/**/*.h" target="/lib/native" />
|
||
|
|
<file src="README.md" target="/docs" />
|
||
|
|
<file src="plog.targets" target="/build/native" />
|
||
|
|
<file src="LICENSE" />
|
||
|
|
</files>
|
||
|
|
</package>
|