Skip to content

Commit

Permalink
Updated version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
martinchrzan committed Oct 2, 2020
1 parent a2d621f commit 3636e57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ColorPicker.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<package>
<metadata>
<id>ColorPicker</id>
<version>1.0.6</version>
<version>1.0.7</version>
<authors>Martin Chrzan</authors>
<owners>Martin Chrzan</owners>
<licenseUrl>https://github.com/martinchrzan/ColorPicker/blob/master/LICENSE</licenseUrl>
<projectUrl>http://github.com/martinchrzan/ColorPicker</projectUrl>
<!--<iconUrl></iconUrl>-->
<releaseNotes>
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
</releaseNotes>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Color Picker</description>
Expand Down
4 changes: 2 additions & 2 deletions ColorPicker/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 3636e57

Please sign in to comment.