Skip to content

Commit c8f5da3

Browse files
committed
Updated version and release notes
1 parent 0d4e572 commit c8f5da3

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

ColorPicker.nuspec

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
<package>
33
<metadata>
44
<id>ColorPicker</id>
5-
<version>1.0.8</version>
5+
<version>1.0.9</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-
Added vec4 color format
13-
Picker width is now dynamic
14-
Fixed an issue where new color format was not updated until the color changed
12+
Fixed freezing of picker when used with other clipboard tools
13+
Updated settings window design
1514
</releaseNotes>
1615
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1716
<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.8.0")]
54-
[assembly: AssemblyFileVersion("1.0.8.0")]
53+
[assembly: AssemblyVersion("1.0.9.0")]
54+
[assembly: AssemblyFileVersion("1.0.9.0")]
5555
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]

0 commit comments

Comments
 (0)