diff --git a/CHANGELOG.md b/CHANGELOG.md index 6291c86d..18fa296f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +- More Ast extension to make creating Ast nodes easier ## [0.6.3] ### Fixed diff --git a/Directory.Build.props b/Directory.Build.props index f2403ddb..437a3a6e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -5,7 +5,7 @@ https://github.com/$(gitOwner) $(gitHome)/$(gitName) $([System.IO.Path]::GetFullPath("$(MSBuildThisFileDirectory)/bin/nupkg")) - 0.6.3 + 0.6.4 $(VersionPrefix)$(VersionSuffix) net5.0