Procházet zdrojové kódy

[PR] Document the new subcommand, oops

- Added new `/phb list` (or `/phb ls`) subcommand to list all current hunts, in alphabetical order, grouped by expansion.
- Added `list` subcommand to help message documentation for `/phb`.
Lilith před 2 roky
rodič
revize
6b1c007453
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      HuntBuddy/HuntBuddy.csproj

+ 1 - 1
HuntBuddy/HuntBuddy.csproj

@@ -3,7 +3,7 @@
     <PropertyGroup>
         <TargetFramework>net7.0-windows</TargetFramework>
         <Nullable>enable</Nullable>
-        <AssemblyVersion>1.0.4.0</AssemblyVersion>
+        <AssemblyVersion>1.0.4.1</AssemblyVersion>
         <FileVersion>$(AssemblyVersion)</FileVersion>
         <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
         <RootNamespace>HuntBuddy</RootNamespace>