Skip to content

Commit ee98907

Browse files
committed
Version 4.0.0
1 parent 3b3621d commit ee98907

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
<!-- There is always Unreleased section on the top. Subsections (Add, Changed, Fix, Removed) should be Add as needed. -->
44
## Unreleased
5+
6+
## 4.0.0 - 2021-06-08
57
- Update to net5.0 and use F# 5.0
68

79
## 3.0.0 - 2020-11-13

TucParser.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<TargetFramework>net5.0</TargetFramework>
77
<PackageId>Tuc.Parser</PackageId>
88
<Description>A parser for TUC files.</Description>
9-
<Version>3.0.0</Version>
9+
<Version>4.0.0</Version>
1010
<PackageProjectUrl>https://github.com/TypedUseCase/tuc-parser</PackageProjectUrl>
1111
<RepositoryUrl>https://github.com/TypedUseCase/tuc-parser.git</RepositoryUrl>
1212
<PublishRepositoryUrl>true</PublishRepositoryUrl>

0 commit comments

Comments
 (0)