Skip to content

Commit

Permalink
WAF Prepare release 6.4.0.1 (Alpha 1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed May 29, 2021
1 parent 6e4932f commit d906422
Show file tree
Hide file tree
Showing 2 changed files with 3 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.3.0
set Version=6.4.0-alpha1

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-2021 jbe2277</Copyright>
<Version>6.3.0.100</Version>
<PackageVersion>6.3.0</PackageVersion>
<Version>6.4.0.1</Version>
<PackageVersion>6.4.0-alpha1</PackageVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<Nullable>enable</Nullable>
<EnableNETAnalyzers>true</EnableNETAnalyzers>
Expand Down

0 comments on commit d906422

Please sign in to comment.