Skip to content

Commit

Permalink
Added nuspec & nuget info to readme (+version bump to match nuget pac…
Browse files Browse the repository at this point in the history
…kage)
  • Loading branch information
factormystic committed Jun 2, 2012
1 parent 5ab9f37 commit 9e42bdf
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
17 changes: 17 additions & 0 deletions FMUtils.KeyboardHook.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>$id$</id>
<version>$version$</version>
<title>$title$</title>
<authors>$author$</authors>
<owners>$author$</owners>
<licenseUrl>https://github.com/factormystic/FMUtils.KeyboardHook/blob/master/license.txt</licenseUrl>
<projectUrl>https://github.com/factormystic/FMUtils.KeyboardHook#readme</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>$description$</description>
<releaseNotes>Initial package release</releaseNotes>
<copyright>Copyright 2011</copyright>
<tags>SetWindowsHookEx hook keyboard-hook</tags>
</metadata>
</package>
6 changes: 3 additions & 3 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("FMUtils.KeyboardHook")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("A lightweight wrapper for SetWindowsHookEx")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("factormystic.net")]
[assembly: AssemblyProduct("FMUtils.KeyboardHook")]
Expand All @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.133.2337")]
[assembly: AssemblyFileVersion("1.0.133.2337")]
[assembly: AssemblyVersion("1.0.140.2145")]
[assembly: AssemblyFileVersion("1.0.140.2145")]
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@
|___/


### A lightweight wrapper for SetWindowsHookEx
### A lightweight wrapper for SetWindowsHookEx for making simple keyboard hooks
(but you can use it for whatever - see _license.txt_)


### Nuget
Install-Package FMUtils.KeyboardHook


### State of the Code
- Mostly operational
- `Hook.cs` is where the action is, but it's in a project for simpler separation and distribution
Expand Down

0 comments on commit 9e42bdf

Please sign in to comment.