This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
forked from hexagon-oss/openhardwaremonitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
OpenHardwareMonitor.nuspec
27 lines (27 loc) · 1.73 KB
/
OpenHardwareMonitor.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>OpenHardwareMonitor</id>
<version>0.10.0-alpha2</version>
<title>OpenHardwareMonitor</title>
<authors>Leica Geosystems AG</authors>
<owners>Michael Möller et al</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="file">LICENSE.txt</license>
<projectUrl>https://openhardwaremonitor.org/</projectUrl>
<description>Unofficial package for OpenHardwareMonitor, a tool to display various performance values.</description>
<summary>Unofficial package for OpenHardwareMonitor, a tool to display various performance values.</summary>
<copyright>Copyright © 2010-2022 Michael Möller at al, See license</copyright>
<repository type="git" url="https://github.com/hexagon-oss/openhardwaremonitor/" />
</metadata>
<files>
<file src="Licenses\License.html" target="tools\License.html" />
<file src="LICENSE.txt" target="LICENSE.txt" />
<file src="OpenHardwareMonitorReport\bin\Release\OpenHardwareMonitor.exe" target="tools\OpenHardwareMonitor.exe" />
<file src="OpenHardwareMonitorReport\bin\Release\OpenHardwareMonitor.exe.config" target="tools\OpenHardwareMonitor.exe.config" />
<file src="OpenHardwareMonitorReport\bin\Release\*.dll" target="tools\" />
<file src="OpenHardwareMonitorReport\bin\Release\NLog.config" target="tools\NLog.config" />
<file src="OpenHardwareMonitorReport\bin\Release\OpenHardwareMonitorReport.exe" target="tools\OpenHardwareMonitorReport.exe" />
<file src="OpenHardwareMonitorReport\bin\Release\OpenHardwareMonitorReport.exe.config" target="tools\OpenHardwareMonitorReport.exe.config" />
</files>
</package>