From 3b3237d93743993c742259453782058d1c781d4c Mon Sep 17 00:00:00 2001 From: FantasticFiasco Date: Mon, 29 Apr 2019 20:45:21 +0200 Subject: [PATCH] release 5.3.0 --- CHANGELOG.md | 2 ++ Directory.Build.props | 2 +- SolutionInfo.cs | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbc0e2b4..65559fd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and is followi ## Unreleased +## 5.3.0 - 2019-04-29 + ### :zap: Added - Support for activating non-modal dialogs using `IDialogService.Activate` diff --git a/Directory.Build.props b/Directory.Build.props index 33bd4c1c..292b8826 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 5.2.2 + 5.3.0 Mattias Kindborg FantasticFiasco MVVM Dialogs diff --git a/SolutionInfo.cs b/SolutionInfo.cs index 8659c7d1..a8d77a55 100644 --- a/SolutionInfo.cs +++ b/SolutionInfo.cs @@ -10,4 +10,4 @@ [assembly: AssemblyCulture("")] // Assembly version -[assembly: AssemblyVersion("5.2.2")] +[assembly: AssemblyVersion("5.3.0")]