158 |
pfowler |
1 |
<?xml version="1.0"?>
|
|
|
2 |
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
|
|
3 |
<metadata>
|
|
|
4 |
<id>InputSimulator</id>
|
|
|
5 |
<version>1.0.4.0</version>
|
|
|
6 |
<title>Windows Input Simulator</title>
|
|
|
7 |
<authors>Michael Noonan</authors>
|
|
|
8 |
<owners>Michael Noonan</owners>
|
|
|
9 |
<licenseUrl>http://inputsimulator.codeplex.com/license</licenseUrl>
|
|
|
10 |
<projectUrl>http://inputsimulator.codeplex.com/</projectUrl>
|
|
|
11 |
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
|
12 |
<description>The Windows Input Simulator provides a simple .NET (C#) interface to simulate Keyboard or Mouse input using the Win32 SendInput method. All of the Interop is done for you and there's a simple programming model for sending multiple keystrokes.</description>
|
|
|
13 |
<releaseNotes>This version introduces more comprehensive Unicode tests and support for Mouse Simulation.</releaseNotes>
|
|
|
14 |
<copyright>Copyright 2009-2013</copyright>
|
|
|
15 |
</metadata>
|
|
|
16 |
</package>
|