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
99 public static class HookRegistration
1010 {
1111 /// <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:
1414 /// - ISDKInitHook
1515 /// - IBeforeRequestHook
1616 /// - IAfterSuccess
@@ -27,4 +27,4 @@ public static void InitHooks(IHooks hooks)
2727 // hooks.RegisterAfterErrorHook(myHook;
2828 }
2929 }
30- }
30+ }
Original file line number Diff line number Diff line change 1919 <PackageReadmeFile >README.md</PackageReadmeFile >
2020 <PackageLicenseFile >LICENSE.txt</PackageLicenseFile >
2121 <PackageIcon >icon.png</PackageIcon >
22- <PropertyGroup >
22+ </ PropertyGroup >
2323
2424 <ItemGroup >
2525 <None Include =" ..\NUGET.md" Pack =" true" PackagePath =" README.md" />
You can’t perform that action at this time.
0 commit comments