chore: bump to 1.2.7

This commit is contained in:
Anna 2022-04-16 20:59:31 -04:00
parent b5a1b5a8e2
commit 0fe6788250
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.2.6</Version>
<Version>1.2.7</Version>
<TargetFramework>net5-windows</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
@ -34,12 +34,12 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="DalamudPackager" Version="2.1.6" />
<PackageReference Include="FFXIVWeather.Lumina" Version="2.0.0" />
<PackageReference Include="DalamudPackager" Version="2.1.7"/>
<PackageReference Include="FFXIVWeather.Lumina" Version="2.1.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>