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 Dec 13, 2020
1 parent 0d4e572 commit c8f5da3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions ColorPicker.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
<package>
<metadata>
<id>ColorPicker</id>
<version>1.0.8</version>
<version>1.0.9</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 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
</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.8.0")]
[assembly: AssemblyFileVersion("1.0.8.0")]
[assembly: AssemblyVersion("1.0.9.0")]
[assembly: AssemblyFileVersion("1.0.9.0")]
[assembly: AssemblyMetadata("SquirrelAwareVersion", "1")]

0 comments on commit c8f5da3

Please sign in to comment.