Ver código fonte

Bump version to 0.1.2.0

Dragon 4 anos atrás
pai
commit
bfe0f46e21
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      HuntBuddy.csproj

+ 2 - 2
HuntBuddy.csproj

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