Skip to content

Commit 3982716

Browse files
committed
Promoting Abstractions to 2.1.0
1 parent 18ac974 commit 3982716

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

src/Policy/IPolicyList.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,6 @@ public interface IPolicyList
2222
/// </summary>
2323
void ClearAll();
2424

25-
/// <summary>
26-
/// Gets an individual policy.
27-
/// </summary>
28-
/// <param name="policyInterface">The interface the policy is registered under.</param>
29-
/// <param name="buildKey">The key the policy applies.</param>
30-
/// <param name="containingPolicyList">The policy list in the chain that the searched for policy was found in, null if the policy was
31-
/// not found.</param>
32-
/// <returns>The policy in the list, if present; returns null otherwise.</returns>
33-
IBuilderPolicy GetOrDefault(Type policyInterface, object buildKey, out IPolicyList containingPolicyList);
34-
3525
/// <summary>
3626
/// GetOrDefault the non default policy.
3727
/// </summary>

src/Unity.Abstractions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
4-
<Version>2.0.3</Version>
4+
<Version>2.1.0</Version>
55
<PackageReleaseNotes>This package is distributed as .NET Standard 1.0, .NET 4.0, 4.5, 4.7 package.</PackageReleaseNotes>
66
</PropertyGroup>
77

0 commit comments

Comments
 (0)