Skip to content

Commit

Permalink
Add Dgmjr.Primitives.Abstractions dependency & rename IHaveWritableAU…
Browse files Browse the repository at this point in the history
…ri to IHaveAWritableUri
  • Loading branch information
dgmjr committed Oct 22, 2023
1 parent 3c121e5 commit 752b268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dgmjr.Abstractions.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@
<Project>
<ItemGroup>
<Using Include="Dgmjr.Abstractions"/>
<Using Include="Dgmjr.Primitives.Abstractions"/>
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion IHaveAUri.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public interface IHaveAUri
/// <summary>
/// Defines a mechanism for objects that have a writable URI.
/// </summary>
public interface IHaveWritableAUri : IHaveAUri
public interface IHaveAWritableUri : IHaveAUri
{
/// <summary>
/// Gets or sets the URI of the object.
Expand Down

0 comments on commit 752b268

Please sign in to comment.