Skip to content

Commit

Permalink
WAF Change version number to 4.2.0.91
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Mar 8, 2018
1 parent 0e59709 commit 2c4b9e8
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pkg/NuPush.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
setlocal
set PkgDir=%~dp0
set PATH=%PATH%;%PkgDir%
set Version=4.1.0
set Version=4.2.0-rc1

cd %PkgDir%\System.Waf\Release

Expand Down
11 changes: 9 additions & 2 deletions src/System.Waf/Documentation/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
Changelog
---------

Version 4.2.0.1 (Milestone 1)
Version 4.2.0.91 (Release Candidate 1)
- WAF: Change ValidatableModel to match the INotifyDataErrorInfo.GetErrors description. [Breaking change]
- WAF: ThrottledAction: Improve performance of InvokeAccumulated.
- WAF: Remove the FileType.FileExtension limitation that it has to start with a '.' point character.
- WAF: Change FileType to expose FileExtensions collection instead of FileExtension with the concatenated string. [Breaking change]
- WAF: Add NullToVisibilityConverter class.
- WAF: Add ResourceHelper class.
- Samples: Improve WPF design time support.
- TODO
- InfoMan: Improve validation logic (Replace custom ValidationModel class with ValidatableModel).
- BookLibrary: Improve validation error style.


Version 4.1.0.100 (Release)
Expand Down
8 changes: 4 additions & 4 deletions src/System.Waf/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


[assembly: AssemblyCompany("jbe2277")]
[assembly: AssemblyCopyright("Copyright © 2017 jbe2277")]
[assembly: AssemblyCopyright("Copyright © 2018 jbe2277")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -13,6 +13,6 @@
[assembly: NeutralResourcesLanguage("en-US")]


[assembly: AssemblyVersion("4.2.0.1")]
[assembly: AssemblyFileVersion("4.2.0.1")]
[assembly: AssemblyInformationalVersion("4.2.0-alpha1")]
[assembly: AssemblyVersion("4.2.0.91")]
[assembly: AssemblyFileVersion("4.2.0.91")]
[assembly: AssemblyInformationalVersion("4.2.0-rc1")]
Binary file modified src/System.Waf/System.Waf/System.Waf.Core/GlobalSuppressions.cs
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependencies>
<group targetFramework="UAP10.0">
<dependency id="Microsoft.NETCore.UniversalWindowsPlatform" version="5.1.0" exclude="Build,Analyzers" />
<dependency id="System.Waf.Core" version="4.1.0" />
<dependency id="System.Waf.Core" version="4.2.0-rc1" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 2c4b9e8

Please sign in to comment.