Skip to content

Commit

Permalink
Release v1.0.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
r-Larch committed Feb 28, 2019
1 parent eb517c3 commit 4686a7f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions MouseTrap/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
//
// 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.0")]
[assembly: AssemblyVersion("1.0.0")]
[assembly: AssemblyFileVersion("1.0.0")]
// [assembly: AssemblyVersion("1.0.1")]
[assembly: AssemblyVersion("1.0.1")]
[assembly: AssemblyFileVersion("1.0.1")]
10 changes: 8 additions & 2 deletions MouseTrap/choco/MouseTrap.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>MouseTrap</id>
<version>1.0.0</version>
<version>1.0.1</version>
<title>MouseTrap DPI aware mouse move across screens</title>
<tags>multiscreen mouse-pointer screen-scale dpi-awareness dpi-scaling cursor-moves cursor-position</tags>
<summary>A small tool to map the cursor between monitors with different DPIs</summary>
Expand Down Expand Up @@ -31,7 +31,13 @@ Here you can find the [documentation](https://github.com/r-Larch/MouseTrap/blob/
<docsUrl>https://github.com/r-Larch/MouseTrap/blob/master/README.md</docsUrl>
<iconUrl>https://raw.githubusercontent.com/r-Larch/MouseTrap/master/MouseTrap/AppIcon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>a53dee1 fixes countless issues and makes app more stable
<releaseNotes>eb517c3 update setup.cmd
7ddbf15 makes ScreensView able to handle negative screen coordinates
e3ac5f0 remove useless dispose
135c8f9 fixes #1 Unhandled exception while user is logging in.
f3b141c v1.0.0-beta binarys
37bde46 Update v1.0.0-beta
a53dee1 fixes countless issues and makes app more stable
245377b requireAdministrator
1ed14d9 added logger
7a5957c Update v1.0.0-beta
Expand Down

0 comments on commit 4686a7f

Please sign in to comment.