Skip to content

Commit a1103ec

Browse files
committed
csproj typo + remove HookRegistration warnings
1 parent 2872de3 commit a1103ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

SpeakeasySDK/Hooks/HookRegistration.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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&lt;HookInterface&gt;(myHook);`
13+
/// where `I&lt;HookInterface&gt;` 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+
}

SpeakeasySDK/SpeakeasySDK.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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"/>

0 commit comments

Comments
 (0)