Skip to content

Commit d2955f1

Browse files
authored
Merge pull request #350 from waf/release-0.6.7
Release 0.6.7
2 parents 7f4737d + be3c48c commit d2955f1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Release 0.6.7
2+
3+
- Add exception type name in error output panel ([#339](https://github.com/waf/CSharpRepl/pull/339)).
4+
- Improved and colorized help output ([#338](https://github.com/waf/CSharpRepl/pull/338)).
5+
- Fix navigate-to-source for generic types ([#342](https://github.com/waf/CSharpRepl/pull/342)).
6+
- Handle exceptions from roslyn completion API ([#334](https://github.com/waf/CSharpRepl/pull/334)).
7+
- 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)).
8+
19
## Release 0.6.6
210

311
- Upgrade to .NET 8

CSharpRepl/CSharpRepl.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>0.6.6</Version>
4+
<Version>0.6.7</Version>
55
<OutputType>Exe</OutputType>
66
<TargetFramework>net8.0</TargetFramework>
77
<RollForward>LatestMajor</RollForward>

0 commit comments

Comments
 (0)