From af657007e3dca82994604bbb9036d70920636127 Mon Sep 17 00:00:00 2001 From: Bernhard Richter Date: Sat, 18 Aug 2018 11:23:12 +0200 Subject: [PATCH] Bumped version to 2.0.2 --- build/BuildContext.csx | 1 - src/LightInject.Interception/LightInject.Interception.csproj | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build/BuildContext.csx b/build/BuildContext.csx index 19ea9a3..5d7a598 100644 --- a/build/BuildContext.csx +++ b/build/BuildContext.csx @@ -8,7 +8,6 @@ var root = FileUtils.GetScriptFolder(); var solutionFolder = Path.Combine(root,"..","src"); var projectFolder = Path.Combine(root, "..", "src", "LightInject.Interception"); - var testProjectFolder = Path.Combine(root, "..", "src", "LightInject.Interception.Tests"); var pathToTestAssembly = Path.Combine(testProjectFolder, "bin","release", "net46", "LightInject.Interception.Tests.dll"); diff --git a/src/LightInject.Interception/LightInject.Interception.csproj b/src/LightInject.Interception/LightInject.Interception.csproj index f7c4595..505b217 100644 --- a/src/LightInject.Interception/LightInject.Interception.csproj +++ b/src/LightInject.Interception/LightInject.Interception.csproj @@ -1,7 +1,7 @@  net46;netstandard1.1;netstandard2.0 - 2.0.1 + 2.0.2 Bernhard Richter http//www.lightinject.net git