Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
7sharp9 committed Oct 11, 2021
1 parent eedd9ef commit 37d2250
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GitHome>https://github.com/$(gitOwner)</GitHome>
<GitUrl>$(gitHome)/$(gitName)</GitUrl>
<NupkgsDir>$([System.IO.Path]::GetFullPath("$(MSBuildThisFileDirectory)/bin/nupkg"))</NupkgsDir>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.6.3</VersionPrefix>
<VersionPrefix Condition=" '$(VersionPrefix)' == '' ">0.6.4</VersionPrefix>
<Version Condition=" '$(Version)' == '' ">$(VersionPrefix)$(VersionSuffix)</Version>
<!-- pack stuff -->
<TargetFramework>net5.0</TargetFramework>
Expand Down

0 comments on commit 37d2250

Please sign in to comment.