Skip to content

Commit

Permalink
WAF Change version number to 4.2.0.100
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Mar 16, 2018
1 parent b1193e2 commit 1667652
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pkg/NuPush.bat
Expand Up @@ -2,7 +2,7 @@
setlocal
set PkgDir=%~dp0
set PATH=%PATH%;%PkgDir%
set Version=4.2.0-rc1
set Version=4.2.0

cd %PkgDir%\System.Waf\Release

Expand Down
4 changes: 4 additions & 0 deletions src/System.Waf/Documentation/Changelog.txt
@@ -1,6 +1,10 @@
Changelog
---------

Version 4.2.0.100 (Release)
- WAF: Update version number.


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.
Expand Down
6 changes: 3 additions & 3 deletions src/System.Waf/SharedAssemblyInfo.cs
Expand Up @@ -13,6 +13,6 @@
[assembly: NeutralResourcesLanguage("en-US")]


[assembly: AssemblyVersion("4.2.0.91")]
[assembly: AssemblyFileVersion("4.2.0.91")]
[assembly: AssemblyInformationalVersion("4.2.0-rc1")]
[assembly: AssemblyVersion("4.2.0.100")]
[assembly: AssemblyFileVersion("4.2.0.100")]
[assembly: AssemblyInformationalVersion("4.2.0")]
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.2.0-rc1" />
<dependency id="System.Waf.Core" version="4.2.0" />
</group>
</dependencies>
</metadata>
Expand Down

0 comments on commit 1667652

Please sign in to comment.