Skip to content

Commit

Permalink
WAF Prepare release 6.0.0.3 (Alpha 3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Mar 6, 2020
1 parent da26537 commit 7246b1f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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=6.0.0-alpha2
set Version=6.0.0-alpha3

cd %PkgDir%\System.Waf\Release\%Version%

Expand Down
4 changes: 2 additions & 2 deletions src/System.Waf/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<LangVersion>8.0</LangVersion>
<Company>jbe2277</Company>
<Copyright>Copyright © 2016-2020 jbe2277</Copyright>
<Version>6.0.0.2</Version>
<PackageVersion>6.0.0-alpha2</PackageVersion>
<Version>6.0.0.3</Version>
<PackageVersion>6.0.0-alpha3</PackageVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down
4 changes: 4 additions & 0 deletions src/System.Waf/Documentation/Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
---------

Version 6.0.0.3 (Alpha 3)
- WAF: Add TraceSourceExtensions


Version 6.0.0.2 (Alpha 2)
- WAF: Add Initialize to ViewModelCore and introduce the IViewModelCore interface
- Samples: Add nullable annotations
Expand Down

0 comments on commit 7246b1f

Please sign in to comment.