From c8f5da30f25b994289fb7758ceea605f3f30b711 Mon Sep 17 00:00:00 2001 From: martinchrzan Date: Sun, 13 Dec 2020 18:04:05 +0100 Subject: [PATCH] Updated version and release notes --- ColorPicker.nuspec | 7 +++---- ColorPicker/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ColorPicker.nuspec b/ColorPicker.nuspec index fd30028..f07aaef 100644 --- a/ColorPicker.nuspec +++ b/ColorPicker.nuspec @@ -2,16 +2,15 @@ ColorPicker - 1.0.8 + 1.0.9 Martin Chrzan Martin Chrzan https://github.com/martinchrzan/ColorPicker/blob/master/LICENSE http://github.com/martinchrzan/ColorPicker - Added vec4 color format - Picker width is now dynamic - Fixed an issue where new color format was not updated until the color changed + Fixed freezing of picker when used with other clipboard tools + Updated settings window design false Color Picker diff --git a/ColorPicker/Properties/AssemblyInfo.cs b/ColorPicker/Properties/AssemblyInfo.cs index cb0c122..aae747a 100644 --- a/ColorPicker/Properties/AssemblyInfo.cs +++ b/ColorPicker/Properties/AssemblyInfo.cs @@ -50,6 +50,6 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.8.0")] -[assembly: AssemblyFileVersion("1.0.8.0")] +[assembly: AssemblyVersion("1.0.9.0")] +[assembly: AssemblyFileVersion("1.0.9.0")] [assembly: AssemblyMetadata("SquirrelAwareVersion", "1")] \ No newline at end of file