File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ namespace SpeakeasySDK.Hooks
9
9
public static class HookRegistration
10
10
{
11
11
/// <summary>
12
- /// Add hooks by calling `SpeakeasySDK.Hooks.Register< HookInterface> (myHook);`
13
- /// where `I< HookInterface> ` is one of the following interfaces defined in HookTypes.cs:
12
+ /// Add hooks by calling `SpeakeasySDK.Hooks.Register< HookInterface> (myHook);`
13
+ /// where `I< HookInterface> ` is one of the following interfaces defined in HookTypes.cs:
14
14
/// - ISDKInitHook
15
15
/// - IBeforeRequestHook
16
16
/// - IAfterSuccess
@@ -27,4 +27,4 @@ public static void InitHooks(IHooks hooks)
27
27
// hooks.RegisterAfterErrorHook(myHook;
28
28
}
29
29
}
30
- }
30
+ }
Original file line number Diff line number Diff line change 19
19
<PackageReadmeFile >README.md</PackageReadmeFile >
20
20
<PackageLicenseFile >LICENSE.txt</PackageLicenseFile >
21
21
<PackageIcon >icon.png</PackageIcon >
22
- <PropertyGroup >
22
+ </ PropertyGroup >
23
23
24
24
<ItemGroup >
25
25
<None Include =" ..\NUGET.md" Pack =" true" PackagePath =" README.md" />
You can’t perform that action at this time.
0 commit comments