From 3982716d46f35ba68dccf19aa35c6e14688fcf9e Mon Sep 17 00:00:00 2001 From: Eugene Sadovoi Date: Sat, 28 Oct 2017 15:29:19 -0400 Subject: [PATCH] Promoting Abstractions to 2.1.0 --- src/Policy/IPolicyList.cs | 10 ---------- src/Unity.Abstractions.csproj | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/src/Policy/IPolicyList.cs b/src/Policy/IPolicyList.cs index ef4c2474..2ae0c53c 100644 --- a/src/Policy/IPolicyList.cs +++ b/src/Policy/IPolicyList.cs @@ -22,16 +22,6 @@ public interface IPolicyList /// void ClearAll(); - /// - /// Gets an individual policy. - /// - /// The interface the policy is registered under. - /// The key the policy applies. - /// The policy list in the chain that the searched for policy was found in, null if the policy was - /// not found. - /// The policy in the list, if present; returns null otherwise. - IBuilderPolicy GetOrDefault(Type policyInterface, object buildKey, out IPolicyList containingPolicyList); - /// /// GetOrDefault the non default policy. /// diff --git a/src/Unity.Abstractions.csproj b/src/Unity.Abstractions.csproj index f3aecb80..d8f73895 100644 --- a/src/Unity.Abstractions.csproj +++ b/src/Unity.Abstractions.csproj @@ -1,7 +1,7 @@ - 2.0.3 + 2.1.0 This package is distributed as .NET Standard 1.0, .NET 4.0, 4.5, 4.7 package.