Skip to content

Commit

Permalink
Starting development of version 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Mar 12, 2017
1 parent 90c3bcc commit 22bfbd5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog for Fluent.Ribbon

## 5.0.0 (preview)
## 6.0.0 (preview)

- ### Breaking changes
- The following `Color` and `Brush` resources got removed:

## 5.0.0

- ### Breaking changes
- Office 2010 and Windows 8 themes got removed.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ You can access preview versions through the [AppVeyor nuget feed](https://ci.app
* Help us updating the documentation and walkthrough

## Development requirements
* Visual Studio 2015
* Visual Studio 2015 or later
* Optional (but recommended)
* Editorconfig extension for Visual Studio 2015
* Editorconfig extension for Visual Studio

## Settings that should be used
* Visual Studio settings which should be used
Expand Down
6 changes: 3 additions & 3 deletions Shared/GlobalAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
#endif
[assembly: AssemblyCompany("https://github.com/fluentribbon/Fluent.Ribbon")]
[assembly: AssemblyProduct("Fluent.Ribbon")]
[assembly: AssemblyCopyright("Copyright © 2012 - 2016 Bastian Schmidt; Copyright © 2009 - 2012 Degtyarev Daniel, Rikker Serg")]
[assembly: AssemblyCopyright("Copyright © 2012 - 2017 Bastian Schmidt; Copyright © 2009 - 2012 Degtyarev Daniel, Rikker Serg")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

[assembly: AssemblyVersion("5.0.0.0")]
[assembly: AssemblyFileVersion("5.0.0.0")]
[assembly: AssemblyVersion("6.0.0.0")]
[assembly: AssemblyFileVersion("6.0.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
Expand Up @@ -6,7 +6,7 @@
only:
- develop

version: 5.0.0-dev{build}
version: 6.0.0-dev{build}
configuration: Release

init:
Expand Down

0 comments on commit 22bfbd5

Please sign in to comment.