From ad86c450f2c98daeb01b950588a324c5b31ef696 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 6 Aug 2024 17:09:58 -0500 Subject: Add more C# documentation and descriptions to the NuGet package Signed-off-by: Matt Strapp --- src/Locusts.cs | 2 ++ src/Locusts.csproj | 62 +++++++++++++++++++++++++++--------------------------- 2 files changed, 33 insertions(+), 31 deletions(-) (limited to 'src') 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 /// /// /// This method will introduce locusts into your codebase. + /// + /// Locusts are not included with this library, you must provide your own. /// public static void IntroduceLocusts() { diff --git a/src/Locusts.csproj b/src/Locusts.csproj index f646597..b160d32 100644 --- a/src/Locusts.csproj +++ b/src/Locusts.csproj @@ -1,37 +1,37 @@  - - true - + + true + - - netstandard2.0 - latest - true - true - true - enable - enable + + netstandard2.0 + latest + true + true + true + enable + enable - true - 0BSD - docs/.NET.md - https://github.com/locusts-r-us/locusts - git - True - True - snupkg - true - + true + 0BSD + docs/.NET.md + https://github.com/locusts-r-us/locusts + git + True + True + snupkg + true + Locusts + A .NET library that introduces locusts into your codebase. + - - - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - + + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + \ No newline at end of file -- cgit v1.2.3