From 16c9abe9e2511bf7e6788ab93091916c214ebb54 Mon Sep 17 00:00:00 2001 From: Christer van der Meeren Date: Mon, 20 Nov 2023 11:33:50 +0100 Subject: [PATCH] Bump version --- Directory.Build.props | 2 +- RELEASE_NOTES.md | 2 +- src/DbTests.DbGen/DbGen.fs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index a912319..a098896 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,7 +1,7 @@ - 2.7.1 + 2.7.2 true true 1182;3390;$(WarnOn) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 99816b8..ef71a5c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,7 @@ Release notes ============== -### vNext +### 2.7.2 (2023-11-20) * Now automatically ignores `GENERATE ALWAYS` columns in insert/update/merge table scripts (e.g. in temporal tables) * Updated Microsoft.Data.SqlClient from 5.1.1 to 5.1.2 diff --git a/src/DbTests.DbGen/DbGen.fs b/src/DbTests.DbGen/DbGen.fs index 844343a..9e5b52e 100644 --- a/src/DbTests.DbGen/DbGen.fs +++ b/src/DbTests.DbGen/DbGen.fs @@ -1,11 +1,11 @@ // Edit or remove this or the below line to regenerate on next build -// Hash: ecdfdabb670391457c49a0f06d4082e0f8dc34677812e83faabd959c30b66a93 +// Hash: afe0a427c244ef5aba91c829cde05f3c43681586cd342677fa159bd5f0af7a71 ////////////////////////////////////////// // // THIS FILE IS AUTOMATICALLY GENERATED // -// Facil 2.7.1+eacb16ff8a14f3da9045c309edfc0af32510431c +// Facil 2.7.1+65699dd9eec12ead8e528ba4f4a4c3505aa25b75 // //////////////////////////////////////////