build: v5.2.0.1

This commit is contained in:
goat 2020-12-08 16:05:24 +01:00
parent 864291b6de
commit 90738254db
2 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup Label="Target">
<PlatformTarget>AnyCPU</PlatformTarget>
<TargetFramework>net48</TargetFramework>
@ -14,10 +14,10 @@
</PropertyGroup>
<PropertyGroup Label="Feature">
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<AssemblyVersion>5.2.0.0</AssemblyVersion>
<FileVersion>5.2.0.0</FileVersion>
<AssemblyVersion>5.2.0.1</AssemblyVersion>
<FileVersion>5.2.0.1</FileVersion>
<Description>XIVLauncher addon injection</Description>
<Version>5.2.0.0</Version>
<Version>5.2.0.1</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile></DocumentationFile>