Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #132 from stoveproject/dev
Browse files Browse the repository at this point in the history
dev to master
  • Loading branch information
osoykan authored Jan 30, 2018
2 parents 982fb4a + 31de56b commit 680ca96
Show file tree
Hide file tree
Showing 8 changed files with 128 additions and 287 deletions.
2 changes: 1 addition & 1 deletion common.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<VersionPrefix>2.3.1</VersionPrefix>
<VersionPrefix>2.3.2</VersionPrefix>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<PackageIconUrl>https://raw.githubusercontent.com/osoykan/Stove/master/stove.png</PackageIconUrl>
<PackageProjectUrl>https://github.com/osoykan/Stove</PackageProjectUrl>
Expand Down
4 changes: 4 additions & 0 deletions src/Stove/Commands/IStoveCommandContextAccessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ public interface IStoveCommandContextAccessor
/// <returns></returns>
IDisposable Use(Action<CommandContext> contextCallback);

/// <summary>
/// Changes the current <see cref="CommandContext" />
/// </summary>
/// <param name="contextCallback"></param>
void Manipulate(Action<CommandContext> contextCallback);
}
}
Loading

0 comments on commit 680ca96

Please sign in to comment.