chore: bump version to 1.4.0

This commit is contained in:
Anna 2021-09-14 12:56:29 -04:00
parent cd4c2215dc
commit 442dde5378
1 changed files with 5 additions and 1 deletions

View File

@ -3,12 +3,15 @@
<PropertyGroup>
<TargetFramework>net5-windows</TargetFramework>
<RootNamespace>QuestMap</RootNamespace>
<Version>1.3.1</Version>
<Version>1.4.0</Version>
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
<IgnoredLints>
D0008
</IgnoredLints>
</PropertyGroup>
<ItemGroup>
@ -36,6 +39,7 @@
<ItemGroup>
<PackageReference Include="AutomaticGraphLayout" Version="1.1.12"/>
<PackageReference Include="DalamudLinter" Version="1.0.3"/>
<PackageReference Include="DalamudPackager" Version="2.1.2"/>
<PackageReference Include="System.Threading.Channels" Version="5.0.0"/>
<PackageReference Include="XivCommon" Version="3.0.1"/>