From 6c024d6f7561a5fe6d97300334a8079d29970192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Tue, 18 Jun 2019 18:25:50 +0300 Subject: [PATCH] Added Dapper feature to v0.18 blog post. --- docs/en/Blog-Posts/2019-06-19 v0_18_Release/Post.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/en/Blog-Posts/2019-06-19 v0_18_Release/Post.md b/docs/en/Blog-Posts/2019-06-19 v0_18_Release/Post.md index 9b322af754..adbaac244e 100644 --- a/docs/en/Blog-Posts/2019-06-19 v0_18_Release/Post.md +++ b/docs/en/Blog-Posts/2019-06-19 v0_18_Release/Post.md @@ -61,8 +61,9 @@ See the [startup templates document](https://docs.abp.io/en/abp/latest/Startup-T Here are some other features and enhancements coming with this release: -* New data seed system with `IDataSeeder` service & `IDataSeedContributor` interface to allow a modular initial data seed system. +* New [Volo.Abp.Dapper](https://www.nuget.org/packages/Volo.Abp.Dapper) package. * New [Volo.Abp.Specifications](https://www.nuget.org/packages/Volo.Abp.Specifications) package. +* New data seed system with `IDataSeeder` service & `IDataSeedContributor` interface to allow a modular initial data seed system. * Improved MemoryDB implementation to serialize/deserialize objects stored in memory, so it provides more realistic infrastructure for mocking database in unit/integration tests. * Added multi-language support for the docs module. Used it for the [ABP documentation](https://docs.abp.io).