From 71fca0a2dd69af21c9a593e129c020b8c16a52f9 Mon Sep 17 00:00:00 2001 From: Henk Mollema Date: Thu, 17 Aug 2017 08:54:12 +0200 Subject: [PATCH] Update to v1.5.4 --- global.json | 5 +++++ src/Dapper.FluentMap/Dapper.FluentMap.csproj | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 global.json diff --git a/global.json b/global.json new file mode 100644 index 0000000..e17a688 --- /dev/null +++ b/global.json @@ -0,0 +1,5 @@ +{ + "sdk": { + "version": "1.1.0" + } +} diff --git a/src/Dapper.FluentMap/Dapper.FluentMap.csproj b/src/Dapper.FluentMap/Dapper.FluentMap.csproj index 2674eba..f1d070e 100644 --- a/src/Dapper.FluentMap/Dapper.FluentMap.csproj +++ b/src/Dapper.FluentMap/Dapper.FluentMap.csproj @@ -2,7 +2,7 @@ Simple API to fluently map POCO properties to database columns when using Dapper. Copyright © Henk Mollema 2017 - 1.5.3 + 1.5.4 Henk Mollema net45;net451;netstandard1.3 true