Skip to content

Commit

Permalink
sharpkeys 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Jun 25, 2014
1 parent 400a6d1 commit f09d0bc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
17 changes: 8 additions & 9 deletions sharpkeys/sharpkeys.nuspec
Expand Up @@ -2,19 +2,18 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>sharpkeys</id>
<title>sharpkeys</title>
<version>3.0</version>
<title>SharpKeys</title>
<version>3.5.0</version>
<authors>Randy</authors>
<owners>chrisortman</owners>
<summary>sharpkeys</summary>
<description>sharpkeys</description>
<projectUrl>http://www.randyrants.com/2008/12/sharpkeys_30.html</projectUrl>
<tags>sharpkeys admin</tags>
<owners>chrisortman, ferventcoder</owners>
<summary>SharpKeys is a utility that manages a Registry key that allows Windows to remap one key to any other key.</summary>
<description>SharpKeys is a utility that manages a Registry key that allows Windows to remap one key to any other key. Included in the application is a list of common keyboard keys and a Type Key feature to automatically recognize most keyboard keys. It was originally developed in C# using .NET v2 but has been updated to support .NET 4.0 Client Profile</description>
<projectUrl>http://sharpkeys.codeplex.com/</projectUrl>
<tags>sharpkeys keyboard admin</tags>
<licenseUrl>http://sharpkeys.codeplex.com/license</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<!--<iconUrl>32x32.png</iconUrl>-->
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>
</package>
7 changes: 6 additions & 1 deletion sharpkeys/tools/chocolateyInstall.ps1
@@ -1 +1,6 @@
Install-ChocolateyPackage 'sharpkeys' 'msi' '/S' 'http://www.randyrants.com/sharpkeys3.msi'
$packageName = 'sharpkeys'
$packageType = 'msi'
$silentArgs = '/qn'
$url = 'http://download-codeplex.sec.s-msft.com/Download/Release?ProjectName=sharpkeys&DownloadId=319724&FileTime=129737577110830000&Build=20911'

Install-ChocolateyPackage "$packageName" "$packageType" "$silentArgs" "$url"
8 changes: 0 additions & 8 deletions sharpkeys/tools/install.ps1

This file was deleted.

0 comments on commit f09d0bc

Please sign in to comment.