Skip to content

Commit 37d2250

Browse files
author
7sharp9
committed
Update version and changelog
1 parent eedd9ef commit 37d2250

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Added
9+
- More Ast extension to make creating Ast nodes easier
810

911
## [0.6.3]
1012
### Fixed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<GitHome>https://github.com/$(gitOwner)</GitHome>
66
<GitUrl>$(gitHome)/$(gitName)</GitUrl>
77
<NupkgsDir>$([System.IO.Path]::GetFullPath("$(MSBuildThisFileDirectory)/bin/nupkg"))</NupkgsDir>
8-
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.6.3</VersionPrefix>
8+
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.6.4</VersionPrefix>
99
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)$(VersionSuffix)</Version>
1010
<!-- pack stuff -->
1111
<TargetFramework>net5.0</TargetFramework>

0 commit comments

Comments
 (0)