Skip to content

Commit 882cd8c

Browse files
author
René
committed
Release v1.0.0-beta
1 parent c3fd99d commit 882cd8c

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

MouseTrap/MouseTrap.nuspec

Lines changed: 7 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>0.2.0</version>
5+
<version>1.0.0</version>
66
<title>MouseTrap</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 scaling </summary>
@@ -82,7 +82,12 @@ If you encounter any bugs don't hesitate to open an issue and I will give my bes
8282
<docsUrl>https://github.com/r-Larch/MouseTrap/blob/master/README.md</docsUrl>
8383
<iconUrl>https://raw.githubusercontent.com/r-Larch/MouseTrap/master/MouseTrap/AppIcon.ico</iconUrl>
8484
<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
8691
7fc64c1 auto reload screen configs on SystemEvents.DisplaySettingsChanged
8792
8cfbf03 fix some potentional exceptions in edge cases
8893
4b731b1 fix spelling

MouseTrap/Properties/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@
3131
//
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// 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")]

0 commit comments

Comments
 (0)