Skip to content

Commit 6a0d76b

Browse files
Merge pull request #48 from goblinfactory/feature/new-iconsole-contracts
read me and version update
2 parents be9478f + 85897ca commit 6a0d76b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

change-log.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22

33
The format is based on [Keep a Changelog](http://keepachangelog.com/)
44

5-
## [6.0.0-alpha02]
5+
## [6.0.0]
66

77
### Added
88

99
- new `IConsole` interfaces for simpler abstractions, see new contract docs [here]
1010

11-
## [6.0.0-alpha01]
12-
13-
1411
### fixed
1512

1613
- #40 WriteLine conflicts with String.Format, support string containing {0} {json} tokens.

src/Konsole/Konsole.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Title>Goblinfactory.Konsole</Title>
66
<AssemblyName>Goblinfactory.Konsole</AssemblyName>
77
<RootNamespace>Goblinfactory.Konsole</RootNamespace>
8-
<Version>6.0.0-alpha02</Version>
8+
<Version>6.0.0</Version>
99
<Owners>Goblinfactory Ltd</Owners>
1010
<Company>Goblinfactory Ltd</Company>
1111
<Authors>Alan Hemmings</Authors>

0 commit comments

Comments
 (0)