-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSystemMayhem.nuspec
More file actions
22 lines (22 loc) · 837 Bytes
/
SystemMayhem.nuspec
File metadata and controls
22 lines (22 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0"?>
<package>
<metadata>
<id>SystemMayhem</id>
<version>1.1.0</version>
<authors>Tyler</authors>
<owners>Tyler</owners>
<projectUrl>http://github.com/tygill/SystemMayhem</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>An add on module for Mayhem (mayhem.codeplex.com/) that adds events for user inactivity and AC power changes.</description>
<releaseNotes>Initial release, with support for inactivity and AC power events.</releaseNotes>
<copyright>Copyright 2012</copyright>
<tags>Mayhem</tags>
<dependencies>
<dependency id="MayhemCore" version="1.0" />
<dependency id="MayhemWpf" version="1.0" />
</dependencies>
</metadata>
<files>
<file src="lib\SystemMayhem.dll" target="lib\net40\" />
</files>
</package>