Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MortalFlesh committed Nov 3, 2020
1 parent c016564 commit 3b18bd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<!-- There is always Unreleased section on the top. Subsections (Add, Changed, Fix, Removed) should be Add as needed. -->
## Unreleased

## 1.3.0 - 2020-11-03
- Use `Tuc.DomainResolver` as a external library
- Use `Tuc.` namespace for the whole application
- Parse only `.fsx` files with Domain types (it must end with `Domain.fsx`).
Expand Down
2 changes: 1 addition & 1 deletion TucConsole.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<PackageId>Tuc.Console</PackageId>
<Version>1.2.0</Version>
<Version>1.3.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 3b18bd0

Please sign in to comment.