Skip to content

Commit 4686a7f

Browse files
committed
Release v1.0.1-beta
1 parent eb517c3 commit 4686a7f

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

MouseTrap/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@
3232
//
3333
// You can specify all the values or you can default the Build and Revision Numbers
3434
// by using the '*' as shown below:
35-
// [assembly: AssemblyVersion("1.0.0")]
36-
[assembly: AssemblyVersion("1.0.0")]
37-
[assembly: AssemblyFileVersion("1.0.0")]
35+
// [assembly: AssemblyVersion("1.0.1")]
36+
[assembly: AssemblyVersion("1.0.1")]
37+
[assembly: AssemblyFileVersion("1.0.1")]

MouseTrap/choco/MouseTrap.nuspec

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package>
33
<metadata>
44
<id>MouseTrap</id>
5-
<version>1.0.0</version>
5+
<version>1.0.1</version>
66
<title>MouseTrap DPI aware mouse move across screens</title>
77
<tags>multiscreen mouse-pointer screen-scale dpi-awareness dpi-scaling cursor-moves cursor-position</tags>
88
<summary>A small tool to map the cursor between monitors with different DPIs</summary>
@@ -31,7 +31,13 @@ Here you can find the [documentation](https://github.com/r-Larch/MouseTrap/blob/
3131
<docsUrl>https://github.com/r-Larch/MouseTrap/blob/master/README.md</docsUrl>
3232
<iconUrl>https://raw.githubusercontent.com/r-Larch/MouseTrap/master/MouseTrap/AppIcon.png</iconUrl>
3333
<requireLicenseAcceptance>false</requireLicenseAcceptance>
34-
<releaseNotes>a53dee1 fixes countless issues and makes app more stable
34+
<releaseNotes>eb517c3 update setup.cmd
35+
7ddbf15 makes ScreensView able to handle negative screen coordinates
36+
e3ac5f0 remove useless dispose
37+
135c8f9 fixes #1 Unhandled exception while user is logging in.
38+
f3b141c v1.0.0-beta binarys
39+
37bde46 Update v1.0.0-beta
40+
a53dee1 fixes countless issues and makes app more stable
3541
245377b requireAdministrator
3642
1ed14d9 added logger
3743
7a5957c Update v1.0.0-beta

0 commit comments

Comments
 (0)