Skip to content

Commit 785f5f1

Browse files
committed
Updated release notes and the version
1 parent b1077a4 commit 785f5f1

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

ColorPicker.nuspec

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22
<package>
33
<metadata>
44
<id>ColorPicker</id>
5-
<version>1.0.4</version>
5+
<version>1.0.5</version>
66
<authors>Martin Chrzan</authors>
77
<owners>Martin Chrzan</owners>
88
<licenseUrl>https://github.com/martinchrzan/ColorPicker/blob/master/LICENSE</licenseUrl>
99
<projectUrl>http://github.com/martinchrzan/ColorPicker</projectUrl>
1010
<!--<iconUrl></iconUrl>-->
1111
<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
1317
</releaseNotes>
1418
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1519
<description>Color Picker</description>

ColorPicker/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
// You can specify all the values or you can default the Build and Revision Numbers
5151
// by using the '*' as shown below:
5252
// [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")]
5555
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]

0 commit comments

Comments
 (0)