Skip to content

Commit

Permalink
Bumping version to 3.6.0 and adding changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Oct 22, 2015
1 parent 97001b1 commit 590294e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog for Fluent.Ribbon

## 3.6.0

- ### Bug fixes
- [#163](../../issues/163) - ColorGallery produces Binding errors because of Binding of Color on SolidColorBrush in Fill/Background
- [#166](../../issues/166) - Type is mismatch for IsCheckedProperty of ToggleButton
- [#170](../../issues/170) - Black RibbonWindow title bar
- [#173](../../issues/173) - Binding Observable Collection to InRibbonGallery causes Layout Error
- [#178](../../issues/178) - Ribbonwindow crashes

- ### Enhancements
- [#172](../../issues/172) - ToggleButtonHelper.OnIsCheckedChanged() accepts type of "bool?". contributed by ([nishy2000](https://github.com/nishy2000))
- [#175](../../issues/175) - Add "CloseOnEsc" property to Backstage to disable closing the backstage when ESC is pressed. contributed by Christoph Fink ([chrfin](https://github.com/chrfin))

Commits: [c7151027f5...97001b17e9](../../compare/c7151027f5...97001b17e9)

## 3.5.1

- ### Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions Shared/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("3.5.1.0")]
[assembly: AssemblyFileVersion("3.5.1.0")]
[assembly: AssemblyVersion("3.6.0.0")]
[assembly: AssemblyFileVersion("3.6.0.0")]
[assembly: AssemblyInformationalVersion("SRC")]

[assembly: ComVisible(false)]
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# http://www.appveyor.com/docs/appveyor-yml

version: 3.5.1.{build}
version: 3.6.0.{build}
configuration: Release

# Install scripts. (runs after repo cloning)
Expand Down

0 comments on commit 590294e

Please sign in to comment.