From 3b18bd07c18bb80bf891688d3bdb27e843455196 Mon Sep 17 00:00:00 2001 From: Petr Chromec Date: Tue, 3 Nov 2020 17:48:14 +0100 Subject: [PATCH] Version 1.3.0 --- CHANGELOG.md | 2 ++ TucConsole.fsproj | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cda8abd..451ef6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 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`). diff --git a/TucConsole.fsproj b/TucConsole.fsproj index 5a555d9..c98513a 100644 --- a/TucConsole.fsproj +++ b/TucConsole.fsproj @@ -5,7 +5,7 @@ Exe netcoreapp3.1 Tuc.Console - 1.2.0 + 1.3.0