From 7571759251044d1eea789369fbbf86b8e5fad58e Mon Sep 17 00:00:00 2001 From: jbe2277 Date: Sun, 4 Jul 2021 16:26:18 +0200 Subject: [PATCH] WAF Prepare release 6.4.0.2 (Alpha 2) --- pkg/NuPush.bat | 2 +- src/System.Waf/Directory.Build.props | 4 ++-- src/System.Waf/Documentation/Changelog.txt | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/pkg/NuPush.bat b/pkg/NuPush.bat index 176d8eb6..77dc7214 100644 --- a/pkg/NuPush.bat +++ b/pkg/NuPush.bat @@ -2,7 +2,7 @@ setlocal set PkgDir=%~dp0 set PATH=%PATH%;%PkgDir% -set Version=6.4.0-alpha1 +set Version=6.4.0-alpha2 cd %PkgDir%\System.Waf\Release\%Version% diff --git a/src/System.Waf/Directory.Build.props b/src/System.Waf/Directory.Build.props index 700217d5..55143d6e 100644 --- a/src/System.Waf/Directory.Build.props +++ b/src/System.Waf/Directory.Build.props @@ -3,8 +3,8 @@ 8.0 jbe2277 Copyright © 2016-2021 jbe2277 - 6.4.0.1 - 6.4.0-alpha1 + 6.4.0.2 + 6.4.0-alpha2 en-US enable true diff --git a/src/System.Waf/Documentation/Changelog.txt b/src/System.Waf/Documentation/Changelog.txt index d2224456..7483660d 100644 --- a/src/System.Waf/Documentation/Changelog.txt +++ b/src/System.Waf/Documentation/Changelog.txt @@ -1,6 +1,10 @@ Changelog --------- +Version 6.4.0.2 (Alpha 2) +- WAF: WPF: Add new Bind class which is a culture aware binding implementation. + + Version 6.4.0.1 (Alpha 1) - WAF: Add Model.RaisePropertyChanged overload to notify that multiple properties have changed. - WAF: WPF: Add new overloads for MessageServiceExtensions.