Skip to content

Instantly share code, notes, and snippets.

@PlagueHO
Created February 21, 2016 22:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PlagueHO/360ae5e7d0b82d651158 to your computer and use it in GitHub Desktop.
Save PlagueHO/360ae5e7d0b82d651158 to your computer and use it in GitHub Desktop.
devcon.portable.nuspec
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>devcon.portable</id>
<title>DevCon (Portable)</title>
<version>1.0</version>
<authors>Microsoft</authors>
<owners>Microsoft</owners>
<summary>Device Console (DevCon) Tool (Portable)</summary>
<description>
[DevCon](http://msdn.microsoft.com/en-us/library/windows/hardware/ff544707) is a command-line tool that displays detailed information about devices, and lets you search for and manipulate devices from the command line. DevCon enables, disables, installs, configures, and removes devices on the local computer and displays detailed information about devices on local and remote computers. DevCon is included in the WDK.
This pacakge includes both an x86 and an x64 version of the DevCon application:
* DevCon32.exe
* DevCon64.exe
Please use the version applicable to your Operating System.
</description>
<projectUrl>https://msdn.microsoft.com/en-us/windows/hardware/hh852365</projectUrl>
<packageSourceUrl>https://github.com/PlagueHO/devcon-choco-package</packageSourceUrl>
<projectSourceUrl>https://github.com/Microsoft/Windows-driver-samples/tree/master/setup/devcon</projectSourceUrl>
<tags>DevCon DeviceConsole WDK WindowsDriverKit</tags>
<copyright>Copyright (c) 2015 Microsoft</copyright>
<licenseUrl>https://github.com/Microsoft/Windows-driver-samples/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
</metadata>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment