From 9e42bdf93ede046fa7594caaa9e3e74629aa6763 Mon Sep 17 00:00:00 2001 From: factormystic Date: Sat, 2 Jun 2012 18:00:06 -0400 Subject: [PATCH] Added nuspec & nuget info to readme (+version bump to match nuget package) --- FMUtils.KeyboardHook.nuspec | 17 +++++++++++++++++ Properties/AssemblyInfo.cs | 6 +++--- readme.md | 6 +++++- 3 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 FMUtils.KeyboardHook.nuspec diff --git a/FMUtils.KeyboardHook.nuspec b/FMUtils.KeyboardHook.nuspec new file mode 100644 index 0000000..9159fc3 --- /dev/null +++ b/FMUtils.KeyboardHook.nuspec @@ -0,0 +1,17 @@ + + + + $id$ + $version$ + $title$ + $author$ + $author$ + https://github.com/factormystic/FMUtils.KeyboardHook/blob/master/license.txt + https://github.com/factormystic/FMUtils.KeyboardHook#readme + true + $description$ + Initial package release + Copyright 2011 + SetWindowsHookEx hook keyboard-hook + + \ No newline at end of file diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index d4a56f8..0cbb3c6 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -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")] @@ -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")] diff --git a/readme.md b/readme.md index c96b966..5ea7a27 100644 --- a/readme.md +++ b/readme.md @@ -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