-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCrystalDisk-Cli.nuspec
20 lines (20 loc) · 1.01 KB
/
CrystalDisk-Cli.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>CrystalDisk-Cli</id>
<version>0.2.1</version>
<authors>Lifailon</authors>
<owners>Lifailon</owners>
<repository type="git" url="https://github.com/Lifailon/CrystalDisk-Cli" />
<projectUrl>https://github.com/Lifailon/CrystalDisk-Cli</projectUrl>
<licenseUrl>https://github.com/Lifailon/CrystalDisk-Cli/blob/rsa/README.md</licenseUrl>
<description>Command line interface using PowerShell module for sofrtware CrystalDiskInfo</description>
<tags>PowerShell, Module, Disk, DiskInfo, CrystalDisk, Smart, Monitoring, Metrics, ini</tags>
</metadata>
<files>
<file src="Module\CrystalDisk-Cli\0.2\CrystalDisk-Cli.psm1" target="CrystalDisk-Cli.psm1" />
<file src="Module\CrystalDisk-Cli\0.2\CrystalDisk-Cli.psd1" target="CrystalDisk-Cli.psd1" />
<file src="README.md" target="README.md" />
<file src="LICENSE" target="LICENSE" />
</files>
</package>