From 5aaf019c466e914801185deb597e75e6dd7fbd17 Mon Sep 17 00:00:00 2001 From: Bernhard Richter Date: Mon, 16 Oct 2017 09:12:29 +0200 Subject: [PATCH] fixes #19 --- .../LightInject.Microsoft.DependencyInjection.Tests.csproj | 6 +++--- .../LightInject.Microsoft.DependencyInjection.cs | 2 +- .../LightInject.Microsoft.DependencyInjection.csproj | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/LightInject.Microsoft.DependencyInjection.Tests/LightInject.Microsoft.DependencyInjection.Tests.csproj b/src/LightInject.Microsoft.DependencyInjection.Tests/LightInject.Microsoft.DependencyInjection.Tests.csproj index 6482467..d970297 100644 --- a/src/LightInject.Microsoft.DependencyInjection.Tests/LightInject.Microsoft.DependencyInjection.Tests.csproj +++ b/src/LightInject.Microsoft.DependencyInjection.Tests/LightInject.Microsoft.DependencyInjection.Tests.csproj @@ -5,12 +5,12 @@ - + - - + + diff --git a/src/LightInject.Microsoft.DependencyInjection/LightInject.Microsoft.DependencyInjection.cs b/src/LightInject.Microsoft.DependencyInjection/LightInject.Microsoft.DependencyInjection.cs index c49ae35..14856fc 100644 --- a/src/LightInject.Microsoft.DependencyInjection/LightInject.Microsoft.DependencyInjection.cs +++ b/src/LightInject.Microsoft.DependencyInjection/LightInject.Microsoft.DependencyInjection.cs @@ -21,7 +21,7 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ****************************************************************************** - LightInject.Microsoft.DependencyInjection version 2.0.4 + LightInject.Microsoft.DependencyInjection version 2.0.5 http://www.lightinject.net/ http://twitter.com/bernhardrichter ******************************************************************************/ diff --git a/src/LightInject.Microsoft.DependencyInjection/LightInject.Microsoft.DependencyInjection.csproj b/src/LightInject.Microsoft.DependencyInjection/LightInject.Microsoft.DependencyInjection.csproj index 61f0411..92f3ce6 100644 --- a/src/LightInject.Microsoft.DependencyInjection/LightInject.Microsoft.DependencyInjection.csproj +++ b/src/LightInject.Microsoft.DependencyInjection/LightInject.Microsoft.DependencyInjection.csproj @@ -12,7 +12,7 @@ 2.0.4 - + \ No newline at end of file