chore: bump to 1.2.6

This commit is contained in:
Anna 2022-04-14 20:15:05 -04:00
parent b49d5a0bc1
commit 896b741d28
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.2.5</Version>
<Version>1.2.6</Version>
<TargetFramework>net5-windows</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
@ -34,12 +34,12 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.5"/>
<PackageReference Include="FFXIVWeather.Lumina" Version="2.0.0"/>
<PackageReference Include="DalamudPackager" Version="2.1.6" />
<PackageReference Include="FFXIVWeather.Lumina" Version="2.0.0" />
</ItemGroup>
<ItemGroup>
<Content Include="..\icon.png" Private="false" Link="images/icon.png" CopyToOutputDirectory="PreserveNewest"/>
<Content Include="..\icon.png" Private="false" Link="images/icon.png" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>