clibright 0.1.0
A small command-line tool for managing monitor brightness on Windows.
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>clibright</id>
<version>0.1.0</version>
<authors>bojanrajkovic</authors>
<owners>bojanrajkovic</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<licenseUrl>https://raw.githubusercontent.com/bojanrajkovic/clibright/master/LICENSE</licenseUrl>
<projectUrl>https://github.com/bojanrajkovic/clibright</projectUrl>
<description>A small command-line tool for managing monitor brightness on Windows.</description>
<tags>command-line windows brightness monitor tools</tags>
<packageTypes>
<packageType name="DotnetTool" />
</packageTypes>
<repository url="https://github.com/bojanrajkovic/clibright" />
<dependencies>
<group targetFramework=".NETCoreApp2.1" />
</dependencies>
</metadata>
</package>