From 7ec5abcb09b10bca0e6e8b1470136977dbfeb6b6 Mon Sep 17 00:00:00 2001 From: Niclas Kristek Date: Tue, 5 Nov 2019 02:26:07 +0100 Subject: [PATCH] Increase version to 5.2.1 and add release notes --- src/Smaragd/Smaragd.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Smaragd/Smaragd.csproj b/src/Smaragd/Smaragd.csproj index a42b21a..07d6f13 100644 --- a/src/Smaragd/Smaragd.csproj +++ b/src/Smaragd/Smaragd.csproj @@ -5,7 +5,7 @@ enable NKristek.Smaragd NKristek.Smaragd - 5.2 + 5.2.1 Base classes for implementing an C# .NET application using the MVVM architecture nkristek nkristek @@ -18,7 +18,7 @@ true git MVVM ViewModel INotifyPropertyChanged INotifyPropertyChanging INotifyDataErrorInfo - This release enables C#8 nullable reference types and improves the build process. + This release improves XML documentation by expanding the inheritdoc tag. en true true