From be3c48c8c2327ce0de659d9457d97dac08a7fbad Mon Sep 17 00:00:00 2001 From: Will Fuqua Date: Sat, 23 Mar 2024 10:48:31 +0700 Subject: [PATCH] Release 0.6.7 --- CHANGELOG.md | 8 ++++++++ CSharpRepl/CSharpRepl.csproj | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fd7b47..03854da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/CSharpRepl/CSharpRepl.csproj b/CSharpRepl/CSharpRepl.csproj index 7a31e1f..d0967f4 100644 --- a/CSharpRepl/CSharpRepl.csproj +++ b/CSharpRepl/CSharpRepl.csproj @@ -1,7 +1,7 @@  - 0.6.6 + 0.6.7 Exe net8.0 LatestMajor