File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >MouseTrap</id >
5
- <version >0.2 .0</version >
5
+ <version >1.0 .0</version >
6
6
<title >MouseTrap</title >
7
7
<tags >multiscreen mouse-pointer screen-scale dpi-awareness dpi-scaling cursor-moves cursor-position</tags >
8
8
<summary >A small tool to map the cursor between monitors with different scaling </summary >
@@ -82,7 +82,12 @@ If you encounter any bugs don't hesitate to open an issue and I will give my bes
82
82
<docsUrl >https://github.com/r-Larch/MouseTrap/blob/master/README.md</docsUrl >
83
83
<iconUrl >https://raw.githubusercontent.com/r-Larch/MouseTrap/master/MouseTrap/AppIcon.ico</iconUrl >
84
84
<requireLicenseAcceptance >false</requireLicenseAcceptance >
85
- <releaseNotes >29515fc add build script
85
+ <releaseNotes >c3fd99d update build script to auto create choco nupkg
86
+ cbfdeda update build script
87
+ b84836c added nuspec for choco
88
+ 13e044a update README.md
89
+ b8cf831 fix setup.cmd
90
+ 29515fc add build script
86
91
7fc64c1 auto reload screen configs on SystemEvents.DisplaySettingsChanged
87
92
8cfbf03 fix some potentional exceptions in edge cases
88
93
4b731b1 fix spelling
Original file line number Diff line number Diff line change 31
31
//
32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
- // [assembly: AssemblyVersion("1.0.* ")]
35
- [ assembly: AssemblyVersion ( "0.1 .0" ) ]
36
- [ assembly: AssemblyFileVersion ( "0.1 .0" ) ]
34
+ // [assembly: AssemblyVersion("1.0.0 ")]
35
+ [ assembly: AssemblyVersion ( "1.0 .0" ) ]
36
+ [ assembly: AssemblyFileVersion ( "1.0 .0" ) ]
You can’t perform that action at this time.
0 commit comments