diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bc7c4d2..713c2935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi NOTE: Features with breaking changes are found on branch [releases/v8](https://github.com/FantasticFiasco/mvvm-dialogs/tree/releases/v8) and will stay there until a new major version is released. Until then the features have been published to [www.nuget.org](https://www.nuget.org/packages/MvvmDialogs/) as pre-releases to v8. +## 7.1.1 - 2020-08-27 + ### :syringe: Fixed - Specify dependency groups in nuspec for each supported framework version diff --git a/Directory.Build.props b/Directory.Build.props index d65fd043..88b52363 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 7.1.0 + 7.1.1 Mattias Kindborg FantasticFiasco diff --git a/SolutionInfo.cs b/SolutionInfo.cs index 9c4f642c..c62443ae 100644 --- a/SolutionInfo.cs +++ b/SolutionInfo.cs @@ -10,4 +10,4 @@ [assembly: AssemblyCulture("")] // Assembly version -[assembly: AssemblyVersion("7.1.0")] +[assembly: AssemblyVersion("7.1.1")]