소스 검색

[PR] Release new updates

- New IPC integration
- Main window now maintains size between restarts
- Plugin now directly warns users about unsupported hunts (ARR and all B-ranks)
Lilith 2 년 전
부모
커밋
b5289259ce
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.5.2</AssemblyVersion>
+        <AssemblyVersion>1.1.0.0</AssemblyVersion>
         <FileVersion>$(AssemblyVersion)</FileVersion>
         <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
         <RootNamespace>HuntBuddy</RootNamespace>