diff --git a/CHANGELOG.md b/CHANGELOG.md index ee810eca..a5c37d61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi ## Unreleased +## 7.0.0 - 2020-01-28 + ### :zap: Added - [#91](https://github.com/FantasticFiasco/mvvm-dialogs/issues/91) Added the following settings for parity with the native Windows dialogs (proposed by [@Kimmerest](https://github.com/Kimmerest)) diff --git a/Directory.Build.props b/Directory.Build.props index 05aa3ec0..94f6a75e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 6.0.0 + 7.0.0 Mattias Kindborg FantasticFiasco MVVM Dialogs diff --git a/SolutionInfo.cs b/SolutionInfo.cs index 4c599133..e3574267 100644 --- a/SolutionInfo.cs +++ b/SolutionInfo.cs @@ -10,4 +10,4 @@ [assembly: AssemblyCulture("")] // Assembly version -[assembly: AssemblyVersion("6.0.0")] +[assembly: AssemblyVersion("7.0.0")]