Skip to content

Commit

Permalink
Merge pull request #350 from waf/release-0.6.7
Browse files Browse the repository at this point in the history
Release 0.6.7
  • Loading branch information
waf authored Mar 23, 2024
2 parents 7f4737d + be3c48c commit d2955f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Release 0.6.7

- Add exception type name in error output panel ([#339](https://github.com/waf/CSharpRepl/pull/339)).
- Improved and colorized help output ([#338](https://github.com/waf/CSharpRepl/pull/338)).
- Fix navigate-to-source for generic types ([#342](https://github.com/waf/CSharpRepl/pull/342)).
- Handle exceptions from roslyn completion API ([#334](https://github.com/waf/CSharpRepl/pull/334)).
- Dependency upgrades ([#330](https://github.com/waf/CSharpRepl/pull/330), [#333](https://github.com/waf/CSharpRepl/pull/333), and [#349](https://github.com/waf/CSharpRepl/pull/349)).

## Release 0.6.6

- Upgrade to .NET 8
Expand Down
2 changes: 1 addition & 1 deletion CSharpRepl/CSharpRepl.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.6.6</Version>
<Version>0.6.7</Version>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<RollForward>LatestMajor</RollForward>
Expand Down

0 comments on commit d2955f1

Please sign in to comment.