Skip to content

Commit

Permalink
Increase version number, added release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
martinchrzan committed Aug 24, 2020
1 parent 354a64e commit 1042fa1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
9 changes: 3 additions & 6 deletions ColorPicker.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,15 @@
<package>
<metadata>
<id>ColorPicker</id>
<version>1.0.5</version>
<version>1.0.6</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>
Selecting color will not propagate click through
Fixed bottom and right monitor boundaries
Smooth zoom animation
Copy lower case HEX code on click
Other smaller fixes and improvements
Added pixel reveal effect in to the zoom window
Increased max zoom level
</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.5.0")]
[assembly: AssemblyFileVersion("1.0.5.0")]
[assembly: AssemblyVersion("1.0.6.0")]
[assembly: AssemblyFileVersion("1.0.6.0")]
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]

0 comments on commit 1042fa1

Please sign in to comment.