diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-08-06 17:09:58 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-08-06 17:09:58 -0500 |
commit | ad86c450f2c98daeb01b950588a324c5b31ef696 (patch) | |
tree | d8556ee52be40957295ec4ada65e8d9d9eb0cd85 /src/Locusts.cs | |
parent | Add Badges (diff) | |
download | locusts-ad86c450f2c98daeb01b950588a324c5b31ef696.tar locusts-ad86c450f2c98daeb01b950588a324c5b31ef696.tar.gz locusts-ad86c450f2c98daeb01b950588a324c5b31ef696.tar.bz2 locusts-ad86c450f2c98daeb01b950588a324c5b31ef696.tar.lz locusts-ad86c450f2c98daeb01b950588a324c5b31ef696.tar.xz locusts-ad86c450f2c98daeb01b950588a324c5b31ef696.tar.zst locusts-ad86c450f2c98daeb01b950588a324c5b31ef696.zip |
Add more C# documentation and descriptions to the NuGet package
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'src/Locusts.cs')
-rw-r--r-- | src/Locusts.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Locusts.cs b/src/Locusts.cs index 1082c60..43f758d 100644 --- a/src/Locusts.cs +++ b/src/Locusts.cs @@ -10,6 +10,8 @@ public static class Locusts /// </summary>
/// <remarks>
/// This method will introduce locusts into your codebase.
+ ///
+ /// Locusts are not included with this library, you must provide your own.
/// </remarks>
public static void IntroduceLocusts()
{
|