Преглед на файлове

[PR] Release new `/phb list` command

- Added new `/phb list` (or `/phb ls`) subcommand to list all current hunts, in alphabetical order, grouped by expansion.
Lilith преди 2 години
родител
ревизия
338a053ec7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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.3.0</AssemblyVersion>
+        <AssemblyVersion>1.0.4.0</AssemblyVersion>
         <FileVersion>$(AssemblyVersion)</FileVersion>
         <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
         <RootNamespace>HuntBuddy</RootNamespace>