File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 2
2
<package >
3
3
<metadata >
4
4
<id >ColorPicker</id >
5
- <version >1.0.4 </version >
5
+ <version >1.0.5 </version >
6
6
<authors >Martin Chrzan</authors >
7
7
<owners >Martin Chrzan</owners >
8
8
<licenseUrl >https://github.com/martinchrzan/ColorPicker/blob/master/LICENSE</licenseUrl >
9
9
<projectUrl >http://github.com/martinchrzan/ColorPicker</projectUrl >
10
10
<!-- <iconUrl></iconUrl>-->
11
11
<releaseNotes >
12
- Fixed cursor not switching back to the original one after picking a color
12
+ Selecting color will not propagate click through
13
+ Fixed bottom and right monitor boundaries
14
+ Smooth zoom animation
15
+ Copy lower case HEX code on click
16
+ Other smaller fixes and improvements
13
17
</releaseNotes >
14
18
<requireLicenseAcceptance >false</requireLicenseAcceptance >
15
19
<description >Color Picker</description >
Original file line number Diff line number Diff line change 50
50
// You can specify all the values or you can default the Build and Revision Numbers
51
51
// by using the '*' as shown below:
52
52
// [assembly: AssemblyVersion("1.0.*")]
53
- [ assembly: AssemblyVersion ( "1.0.4 .0" ) ]
54
- [ assembly: AssemblyFileVersion ( "1.0.4 .0" ) ]
53
+ [ assembly: AssemblyVersion ( "1.0.5 .0" ) ]
54
+ [ assembly: AssemblyFileVersion ( "1.0.5 .0" ) ]
55
55
[ assembly: AssemblyMetadata ( "SquirrelAwareVersion" , "1" ) ]
You can’t perform that action at this time.
0 commit comments