소스 검색

Bump version to 1.0.0.0

Dragon 3 년 전
부모
커밋
f1a23be9d9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      HuntBuddy/HuntBuddy.csproj

+ 2 - 2
HuntBuddy/HuntBuddy.csproj

@@ -3,8 +3,8 @@
     <PropertyGroup>
         <TargetFramework>net6.0-windows</TargetFramework>
         <Nullable>enable</Nullable>
-        <AssemblyVersion>0.9.2.0</AssemblyVersion>
-        <FileVersion>0.9.2.0</FileVersion>
+        <AssemblyVersion>1.0.0.0</AssemblyVersion>
+        <FileVersion>1.0.0.0</FileVersion>
         <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
         <RootNamespace>HuntBuddy</RootNamespace>
         <IsPackable>false</IsPackable>