From 6287edfb2b100321bb0a35339d227a89dd0470c1 Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 29 Aug 2016 16:49:38 +0200 Subject: [PATCH] Updated dependencies. [release] --- Dapplo.InterfaceImpl.Tests/Dapplo.InterfaceImpl.Tests.csproj | 4 ++-- Dapplo.InterfaceImpl.Tests/NotifyPropertyChangedTest.cs | 3 +-- Dapplo.InterfaceImpl.Tests/packages.config | 2 +- Dapplo.InterfaceImpl/Dapplo.InterfaceImpl.csproj | 4 ++-- Dapplo.InterfaceImpl/packages.config | 2 +- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Dapplo.InterfaceImpl.Tests/Dapplo.InterfaceImpl.Tests.csproj b/Dapplo.InterfaceImpl.Tests/Dapplo.InterfaceImpl.Tests.csproj index 7b2882f..aa929cc 100644 --- a/Dapplo.InterfaceImpl.Tests/Dapplo.InterfaceImpl.Tests.csproj +++ b/Dapplo.InterfaceImpl.Tests/Dapplo.InterfaceImpl.Tests.csproj @@ -42,8 +42,8 @@ ..\packages\Dapplo.Log.XUnit.0.5.4\lib\net46\Dapplo.Log.XUnit.dll True - - ..\packages\Dapplo.Utils.0.1.116\lib\net45\Dapplo.Utils.dll + + ..\packages\Dapplo.Utils.0.1.122\lib\net45\Dapplo.Utils.dll True diff --git a/Dapplo.InterfaceImpl.Tests/NotifyPropertyChangedTest.cs b/Dapplo.InterfaceImpl.Tests/NotifyPropertyChangedTest.cs index 2e834b7..a37be9c 100644 --- a/Dapplo.InterfaceImpl.Tests/NotifyPropertyChangedTest.cs +++ b/Dapplo.InterfaceImpl.Tests/NotifyPropertyChangedTest.cs @@ -28,7 +28,6 @@ using Xunit; using Xunit.Abstractions; using Dapplo.Utils.Events; -using Dapplo.Utils.Extensions; #endregion @@ -56,7 +55,7 @@ public void TestNotifyPropertyChanged_EventObservable() { PropertyChangedEventArgs testValue = null; var eO = EventObservable.From(_notifyPropertyChangedTest); - eO.OnEach(pce => testValue = pce.Args); + eO.ForEach(pce => testValue = pce.Args); eO.Trigger(EventData.Create(this, new PropertyChangedEventArgs("Name"))); Assert.Equal("Name", testValue.PropertyName); } diff --git a/Dapplo.InterfaceImpl.Tests/packages.config b/Dapplo.InterfaceImpl.Tests/packages.config index 0943c02..ad348fb 100644 --- a/Dapplo.InterfaceImpl.Tests/packages.config +++ b/Dapplo.InterfaceImpl.Tests/packages.config @@ -3,7 +3,7 @@ - + diff --git a/Dapplo.InterfaceImpl/Dapplo.InterfaceImpl.csproj b/Dapplo.InterfaceImpl/Dapplo.InterfaceImpl.csproj index bbf60d8..694371b 100644 --- a/Dapplo.InterfaceImpl/Dapplo.InterfaceImpl.csproj +++ b/Dapplo.InterfaceImpl/Dapplo.InterfaceImpl.csproj @@ -37,8 +37,8 @@ ..\packages\Dapplo.Log.Facade.0.5.4\lib\net45\Dapplo.Log.Facade.dll True - - ..\packages\Dapplo.Utils.0.1.116\lib\net45\Dapplo.Utils.dll + + ..\packages\Dapplo.Utils.0.1.122\lib\net45\Dapplo.Utils.dll True diff --git a/Dapplo.InterfaceImpl/packages.config b/Dapplo.InterfaceImpl/packages.config index 381e26b..8b5e86b 100644 --- a/Dapplo.InterfaceImpl/packages.config +++ b/Dapplo.InterfaceImpl/packages.config @@ -1,5 +1,5 @@  - + \ No newline at end of file