Skip to content

Commit

Permalink
Added icon into nuspec. Bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmamaladze committed Jan 19, 2018
1 parent 87c0d9c commit 0a890ba
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions MouseKeyHook.Rx/MouseKeyHook.Rx.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
<ItemGroup>
<None Include="MouseKeyHook.Rx.nuspec" />
<None Include="packages.config" />
<None Include="README.md" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
13 changes: 12 additions & 1 deletion MouseKeyHook.Rx/MouseKeyHook.Rx.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>MouseKeyHook.Rx</id>
<version>5.5.0-alpha</version>
<version>5.6.0-alpha</version>
<title>$title$</title>
<authors>George Mamaladze</authors>
<owners>George Mamaladze</owners>
Expand All @@ -17,5 +17,16 @@
<summary>This is an extension to the MouseKeyHook library which allows you to observe keyboard and mouse evnets in reactive manner using Rx.Net (System.Reactive) extensions.</summary>
<copyright>(c) George Mamaladze 2000-2018</copyright>
<tags>keyboard mouse hook reactive Rx event global spy</tags>
<dependencies>
<dependency>
<id>MouseKeyHook</id>
<version>5.5</version>
</dependency>
<dependecy>
<id>System.Reactive</id>
<version>3.1</version>
</dependecy>
</dependencies>
<iconUrl>https://raw.githubusercontent.com/gmamaladze/globalmousekeyhook/master/mouse-keyboard-hook-logo64x64.png</iconUrl>
</metadata>
</package>
1 change: 1 addition & 0 deletions MouseKeyHook.Rx/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions MouseKeyHook.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
..\LICENSE.txt = ..\LICENSE.txt
mouse-keyboard-hook-logo.png = mouse-keyboard-hook-logo.png
mouse-keyboard-hook-logo32x32.png = mouse-keyboard-hook-logo32x32.png
mouse-keyboard-hook-logo64x64.png = mouse-keyboard-hook-logo64x64.png
MouseKeyHook\MouseKeyHook.nuspec = MouseKeyHook\MouseKeyHook.nuspec
README.md = README.md
EndProjectSection
Expand Down
3 changes: 2 additions & 1 deletion MouseKeyHook/MouseKeyHook.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package>
<metadata>
<id>MouseKeyHook</id>
<version>5.5.0</version>
<version>5.6.0-alpha</version>
<title>$title$</title>
<authors>George Mamaladze</authors>
<owners>George Mamaladze</owners>
Expand All @@ -25,5 +25,6 @@
<summary>This library allows you to tap keyboard and mouse, to detect and record their activity even when an application is inactive and runs in background.</summary>
<copyright>(c) George Mamaladze 2000-2018</copyright>
<tags>keyboard mouse hook event global spy</tags>
<iconUrl>https://raw.githubusercontent.com/gmamaladze/globalmousekeyhook/master/mouse-keyboard-hook-logo64x64.png</iconUrl>
</metadata>
</package>

0 comments on commit 0a890ba

Please sign in to comment.