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

Commit 680ca96

Browse files
authored
Merge pull request #132 from stoveproject/dev
dev to master
2 parents 982fb4a + 31de56b commit 680ca96

File tree

8 files changed

+128
-287
lines changed

8 files changed

+128
-287
lines changed

common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>2.3.1</VersionPrefix>
3+
<VersionPrefix>2.3.2</VersionPrefix>
44
<NoWarn>$(NoWarn);CS1591</NoWarn>
55
<PackageIconUrl>https://raw.githubusercontent.com/osoykan/Stove/master/stove.png</PackageIconUrl>
66
<PackageProjectUrl>https://github.com/osoykan/Stove</PackageProjectUrl>

src/Stove/Commands/IStoveCommandContextAccessor.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ public interface IStoveCommandContextAccessor
2323
/// <returns></returns>
2424
IDisposable Use(Action<CommandContext> contextCallback);
2525

26+
/// <summary>
27+
/// Changes the current <see cref="CommandContext" />
28+
/// </summary>
29+
/// <param name="contextCallback"></param>
2630
void Manipulate(Action<CommandContext> contextCallback);
2731
}
2832
}

0 commit comments

Comments
 (0)