diff --git a/ColorPicker.nuspec b/ColorPicker.nuspec index 107baaa..922dfbd 100644 --- a/ColorPicker.nuspec +++ b/ColorPicker.nuspec @@ -2,15 +2,15 @@ ColorPicker - 1.0.6 + 1.0.7 Martin Chrzan Martin Chrzan https://github.com/martinchrzan/ColorPicker/blob/master/LICENSE http://github.com/martinchrzan/ColorPicker - Added pixel reveal effect in to the zoom window - Increased max zoom level + Choose copied color format - rgb/hex/hsl/hsv + Making popup a little smaller and showing only selected format false Color Picker diff --git a/ColorPicker/Properties/AssemblyInfo.cs b/ColorPicker/Properties/AssemblyInfo.cs index ab5b225..7dc43e6 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.6.0")] -[assembly: AssemblyFileVersion("1.0.6.0")] +[assembly: AssemblyVersion("1.0.7.0")] +[assembly: AssemblyFileVersion("1.0.7.0")] [assembly: AssemblyMetadata("SquirrelAwareVersion", "1")] \ No newline at end of file