Subversion Repositories group.electronics

Rev

Blame | Last modification | View Log | RSS feed

<?xml version="1.0"?>
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>InputSimulator</id>
    <version>1.0.4.0</version>
    <title>Windows Input Simulator</title>
    <authors>Michael Noonan</authors>
    <owners>Michael Noonan</owners>
    <licenseUrl>http://inputsimulator.codeplex.com/license</licenseUrl>
    <projectUrl>http://inputsimulator.codeplex.com/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <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>
    <releaseNotes>This version introduces more comprehensive Unicode tests and support for Mouse Simulation.</releaseNotes>
    <copyright>Copyright 2009-2013</copyright>
  </metadata>
</package>