From da8bbe2269ca7c4fc38d0301f94a0f4b2d3084bb Mon Sep 17 00:00:00 2001
From: Oguzhan Soykan <oguzhan.soykan@trendyol.com>
Date: Mon, 13 Feb 2017 14:21:34 +0300
Subject: [PATCH] version incremented to 1.0.6

---
 src/FluentAssemblyScanner/project.json        | 2 +-
 test/FluentAssemblyScanner.Tests/project.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/FluentAssemblyScanner/project.json b/src/FluentAssemblyScanner/project.json
index 2f442d4..178f57c 100644
--- a/src/FluentAssemblyScanner/project.json
+++ b/src/FluentAssemblyScanner/project.json
@@ -1,5 +1,5 @@
 {
-  "version" : "1.0.5-*",
+  "version" : "1.0.6-*",
 
   "dependencies" : {},
   "frameworks" : {
diff --git a/test/FluentAssemblyScanner.Tests/project.json b/test/FluentAssemblyScanner.Tests/project.json
index b273634..eeff138 100644
--- a/test/FluentAssemblyScanner.Tests/project.json
+++ b/test/FluentAssemblyScanner.Tests/project.json
@@ -5,7 +5,7 @@
 
   "dependencies": {
     "dotnet-test-xunit": "2.2.0-preview2-build1029",
-    "FluentAssemblyScanner": "1.0.5-*",
+    "FluentAssemblyScanner": "1.0.6-*",
     "FluentAssemblyScanner.Tests.AdditionalAssembly": "1.0.0-*",
     "FluentAssertions": "4.19.0",
     "xunit": "2.2.0-beta4-build3444"