File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
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.7 </version >
5
+ <version >1.0.8 </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
- Choose copied color format - rgb/hex/hsl/hsv
13
- Making popup a little smaller and showing only selected format
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
14
15
</releaseNotes >
15
16
<requireLicenseAcceptance >false</requireLicenseAcceptance >
16
17
<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.7 .0" ) ]
54
- [ assembly: AssemblyFileVersion ( "1.0.7 .0" ) ]
53
+ [ assembly: AssemblyVersion ( "1.0.8 .0" ) ]
54
+ [ assembly: AssemblyFileVersion ( "1.0.8 .0" ) ]
55
55
[ assembly: AssemblyMetadata ( "SquirrelAwareVersion" , "1" ) ]
You can’t perform that action at this time.
0 commit comments