Skip to content

Commit

Permalink
Promoting Abstractions to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS committed Oct 28, 2017
1 parent 18ac974 commit 3982716
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions src/Policy/IPolicyList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ public interface IPolicyList
/// </summary>
void ClearAll();

/// <summary>
/// Gets an individual policy.
/// </summary>
/// <param name="policyInterface">The interface the policy is registered under.</param>
/// <param name="buildKey">The key the policy applies.</param>
/// <param name="containingPolicyList">The policy list in the chain that the searched for policy was found in, null if the policy was
/// not found.</param>
/// <returns>The policy in the list, if present; returns null otherwise.</returns>
IBuilderPolicy GetOrDefault(Type policyInterface, object buildKey, out IPolicyList containingPolicyList);

/// <summary>
/// GetOrDefault the non default policy.
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion src/Unity.Abstractions.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>2.0.3</Version>
<Version>2.1.0</Version>
<PackageReleaseNotes>This package is distributed as .NET Standard 1.0, .NET 4.0, 4.5, 4.7 package.</PackageReleaseNotes>
</PropertyGroup>

Expand Down

0 comments on commit 3982716

Please sign in to comment.